#566320

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

Shades of Saratoga #566320

Tints of Saratoga #566320

Color information

#566320 (or 0x566320) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 20. RGB value is (86,99,32). Sum of RGB (Red+Green+Blue) = 86+99+32=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #566320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566320 is #A99CDF. Grayscale: #575757. Windows color (decimal): -11115744 or 2122582. OLE color: 2122582.

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

Color convert

RGB869932-
CMYK0.1300.680.61
HSL71.64º51.15%25.69%-
HSV(B)71.64º67.68%38.82%-
XYZ8.5611.013.04-
YUV87.4896.69126.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.63%
GREEN value IS 99 (39.06% from 255) = 45.62%
BLUE value IS 32 (12.89% from 255) = 14.75%
R=39.63%
G=45.62%
B=14.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699320.1300.680.6171.6451.1525.69
Hex566320D0443D48331a
Octal12614340150104751106332
Binary10101101100011100000110101000100111101100100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566320; }

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

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

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

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

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

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

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

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