#566326

Color #566326 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #566326

Tints of Saratoga #566326

Color information

#566326 (or 0x566326) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 26. RGB value is (86,99,38). Sum of RGB (Red+Green+Blue) = 86+99+38=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #566326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566326 is #A99CD9. Grayscale: #585858. Windows color (decimal): -11115738 or 2515798. OLE color: 2515798.

HSL color Cylindrical-coordinate representation of color #566326: hue angle of 72.79º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566326 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB869938-
CMYK0.1300.620.61
HSL72.79º44.53%26.86%-
HSV(B)72.79º61.62%38.82%-
XYZ8.6511.043.51-
YUV88.1699.69126.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 38.57%
GREEN value IS 99 (39.06% from 255) = 44.39%
BLUE value IS 38 (15.23% from 255) = 17.04%
R=38.57%
G=44.39%
B=17.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699380.1300.620.6172.7944.5326.86
Hex566326D03E3D492d1b
Octal1261434615076751115533
Binary1010110110001110011011010111110111101100100110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566326; }

 p { color: rgb(86,99,38); }

 H1.HeaderClassName
 {
   color: #566326;
 }
 .AnyTagClassName
 {
   color: #566326;
 }
</style>
background-color css

<style>
 a { background-color: #566326; }

 a { background-color: rgb(86,99,38); }

 div.DivClassName
 {
   background-color: #566326;
 }
 .BgClassName
 {
   background-color: #566326;
 }
</style>
border-color css

<style>
 span { border-color: #566326; }

 span { border-color: rgb(86,99,38); }

 td.TdClassName
 {
   border-color: #566326;
 }
 .TagClassName
 {
   border-color: #566326;
 }
</style>