#565622

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

Shades of Saratoga #565622

Tints of Saratoga #565622

Color information

#565622 (or 0x565622) is unknown color: approx Saratoga. HEX triplet: 56, 56 and 22. RGB value is (86,86,34). Sum of RGB (Red+Green+Blue) = 86+86+34=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565622 is #A9A9DD. Grayscale: #505050. Windows color (decimal): -11119070 or 2250326. OLE color: 2250326.

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

Color convert

RGB868634-
CMYK000.600.66
HSL60º43.33%23.53%-
HSV(B)60º60.47%33.73%-
XYZ7.458.752.81-
YUV80.07102132.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 86 (33.98% from 255) = 41.75%
BLUE value IS 34 (13.67% from 255) = 16.50%
R=41.75%
G=41.75%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868634000.600.666043.3323.53
Hex565622003C423c2b18
Octal126126420074102745330
Binary1010110101011010001000111100100001011110010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565622; }

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

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

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

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

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

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

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

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