Html Css Color HEX #565620 Saratoga

📋 copy color: '#565620'

red 86 ◦ green 86 ◦ blue 32

#565620
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saratoga #565620

Tints of Saratoga #565620

RGB

 RED value IS 86 (33.98% from 255) = 42.16%

 GREEN value IS 86 (33.98% from 255) = 42.16%

 BLUE value IS 32 (12.89% from 255) = 15.69%

R = 42.16%
G = 42.16%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.63

 K value IS 0.66

RGB Variations

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

Color information

#565620 (or 0x565620) is known color: Saratoga. HEX triplet: 56, 56 and 20. RGB value is (86,86,32). Sum of RGB (Red+Green+Blue) = 86+86+32=204 (27% of max value = 765). Red value is 86 (33.98% from 255 or 42.16% from 204); Green value is 86 (33.98% from 255 or 42.16% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565620 is #A9A9DF. Grayscale: #505050. Windows color (decimal): -11119072 or 2119254. OLE color: 2119254.

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

Color convert

RGB 86 86 32 -
CMYK 0 0 0.63 0.66
HSL 60º 0.46% 0.23% -
HSV(B) 60º 0.63% 0.34% -
XYZ 7.43 8.74 2.66 -
YUV 79.84 101 132.39 -
System Red Green Blue C M Y K H S L
Decimal 86 86 32 0 0 0.63 0.66 60 0.46 0.23
Hex 56 56 20 0 0 3F 42 3C 2E 17
Octal 126 126 40 0 0 77 102 74 56 27
Binary 1010110 1010110 100000 0 0 111111 1000010 111100 101110 10111

Color Harmonies of #565620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565620

Black with #565620

Text Example


Text Example

White with #565620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565620; }

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

 H1.HeaderClassName
 {
   color: #565620;
 }
 .AnyTagClassName
 {
   color: #565620;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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