#565621

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

Shades of Saratoga #565621

Tints of Saratoga #565621

Color information

#565621 (or 0x565621) is unknown color: approx Saratoga. HEX triplet: 56, 56 and 21. RGB value is (86,86,33). Sum of RGB (Red+Green+Blue) = 86+86+33=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565621 is #A9A9DE. Grayscale: #505050. Windows color (decimal): -11119071 or 2184790. OLE color: 2184790.

HSL color Cylindrical-coordinate representation of color #565621: hue angle of 60º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #565621 is Cyan = 0, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB868633-
CMYK000.620.66
HSL60º44.54%23.33%-
HSV(B)60º61.63%33.73%-
XYZ7.448.742.73-
YUV79.96101.5132.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=41.95%
G=41.95%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868633000.620.666044.5423.33
Hex565621003E423c2d17
Octal126126410076102745527
Binary1010110101011010000100111110100001011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565621; }

 p { color: rgb(86,86,33); }

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

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

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

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

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

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

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