Html Css Color HEX #566120 Saratoga

📋 copy color: '#566120'

red 86 ◦ green 97 ◦ blue 32

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

Shades of Saratoga #566120

Tints of Saratoga #566120

RGB

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

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

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

R = 40%
G = 45.12%
B = 14.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#566120 (or 0x566120) is known color: Saratoga. HEX triplet: 56, 61 and 20. RGB value is (86,97,32). Sum of RGB (Red+Green+Blue) = 86+97+32=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #566120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566120 is #A99EDF. Grayscale: #565656. Windows color (decimal): -11116256 or 2122070. OLE color: 2122070.

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

Color convert

RGB 86 97 32 -
CMYK 0.11 0 0.67 0.62
HSL 70.15º 0.5% 0.25% -
HSV(B) 70.15º 0.67% 0.38% -
XYZ 8.37 10.63 2.98 -
YUV 86.3 97.36 127.79 -
System Red Green Blue C M Y K H S L
Decimal 86 97 32 0.11 0 0.67 0.62 70.15 0.5 0.25
Hex 56 61 20 B 0 43 3E 46 32 19
Octal 126 141 40 13 0 103 76 106 62 31
Binary 1010110 1100001 100000 1011 0 1000011 111110 1000110 110010 11001

Color Harmonies of #566120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566120

Black with #566120

Text Example


Text Example

White with #566120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566120; }

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

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

background-color css

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

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

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

border-color css

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

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

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