#565626

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

Shades of Saratoga #565626

Tints of Saratoga #565626

Color information

#565626 (or 0x565626) is unknown color: approx Saratoga. HEX triplet: 56, 56 and 26. RGB value is (86,86,38). Sum of RGB (Red+Green+Blue) = 86+86+38=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 86 (33.98% from 255 or 40.95% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565626 is #A9A9D9. Grayscale: #505050. Windows color (decimal): -11119066 or 2512470. OLE color: 2512470.

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

Color convert

RGB868638-
CMYK000.560.66
HSL60º38.71%24.31%-
HSV(B)60º55.81%33.73%-
XYZ7.528.773.13-
YUV80.53104131.9-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.95%
GREEN value IS 86 (33.98% from 255) = 40.95%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=40.95%
G=40.95%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal868638000.560.666038.7124.31
Hex5656260038423c2718
Octal126126460070102744730
Binary1010110101011010011000111000100001011110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565626; }

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

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

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

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

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

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

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

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