#566325

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

Shades of Saratoga #566325

Tints of Saratoga #566325

Color information

#566325 (or 0x566325) is unknown color: approx Saratoga. HEX triplet: 56, 63 and 25. RGB value is (86,99,37). Sum of RGB (Red+Green+Blue) = 86+99+37=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #566325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566325 is #A99CDA. Grayscale: #585858. Windows color (decimal): -11115739 or 2450262. OLE color: 2450262.

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

Color convert

RGB869937-
CMYK0.1300.630.61
HSL72.58º45.59%26.67%-
HSV(B)72.58º62.63%38.82%-
XYZ8.6311.043.43-
YUV88.0499.19126.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 99 (39.06% from 255) = 44.59%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=38.74%
G=44.59%
B=16.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699370.1300.630.6172.5845.5926.67
Hex566325D03F3D492e1b
Octal1261434515077751115633
Binary1010110110001110010111010111111111101100100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566325; }

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

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

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

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

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

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

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

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