Html Css Color HEX #566124 Saratoga

📋 copy color: '#566124'

red 86 ◦ green 97 ◦ blue 36

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

Shades of Saratoga #566124

Tints of Saratoga #566124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.29%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 39.27%
G = 44.29%
B = 16.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#566124 (or 0x566124) is known color: Saratoga. HEX triplet: 56, 61 and 24. RGB value is (86,97,36). Sum of RGB (Red+Green+Blue) = 86+97+36=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #566124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566124 is #A99EDB. Grayscale: #565656. Windows color (decimal): -11116252 or 2384214. OLE color: 2384214.

HSL color Cylindrical-coordinate representation of color #566124: hue angle of 70.82º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566124 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 97 36 -
CMYK 0.11 0 0.63 0.62
HSL 70.82º 0.46% 0.26% -
HSV(B) 70.82º 0.63% 0.38% -
XYZ 8.43 10.66 3.28 -
YUV 86.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 86 97 36 0.11 0 0.63 0.62 70.82 0.46 0.26
Hex 56 61 24 B 0 3F 3E 47 2E 1A
Octal 126 141 44 13 0 77 76 107 56 32
Binary 1010110 1100001 100100 1011 0 111111 111110 1000111 101110 11010

Color Harmonies of #566124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566124

Black with #566124

Text Example


Text Example

White with #566124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566124; }

 p { color: rgb(86,97,36); }

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

background-color css

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

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

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

border-color css

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

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

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