#56611C

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

Shades of Saratoga #56611C

Tints of Saratoga #56611C

Color information

#56611C (or 0x56611C) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 1C. RGB value is (86,97,28). Sum of RGB (Red+Green+Blue) = 86+97+28=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #56611C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56611C is #A99EE3. Grayscale: #565656. Windows color (decimal): -11116260 or 1859926. OLE color: 1859926.

HSL color Cylindrical-coordinate representation of color #56611C: hue angle of 69.57º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56611C is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB869728-
CMYK0.1100.710.62
HSL69.57º55.2%24.51%-
HSV(B)69.57º71.13%38.04%-
XYZ8.3210.612.71-
YUV85.8495.36128.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=40.76%
G=45.97%
B=13.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697280.1100.710.6269.5755.224.51
Hex56611CB0473E463719
Octal12614134130107761066731
Binary1010110110000111100101101000111111110100011011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56611C; }

 p { color: rgb(86,97,28); }

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

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

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

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

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

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

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