Html Css Color HEX #566020 Saratoga

📋 copy color: '#566020'

red 86 ◦ green 96 ◦ blue 32

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

Shades of Saratoga #566020

Tints of Saratoga #566020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 40.19%
G = 44.86%
B = 14.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#566020 (or 0x566020) is known color: Saratoga. HEX triplet: 56, 60 and 20. RGB value is (86,96,32). Sum of RGB (Red+Green+Blue) = 86+96+32=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #566020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566020 is #A99FDF. Grayscale: #555555. Windows color (decimal): -11116512 or 2121814. OLE color: 2121814.

HSL color Cylindrical-coordinate representation of color #566020: hue angle of 69.38º 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 #566020 is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 32 -
CMYK 0.10 0 0.67 0.62
HSL 69.38º 0.5% 0.25% -
HSV(B) 69.38º 0.67% 0.38% -
XYZ 8.28 10.45 2.95 -
YUV 85.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 86 96 32 0.10 0 0.67 0.62 69.38 0.5 0.25
Hex 56 60 20 A 0 43 3E 45 32 19
Octal 126 140 40 12 0 103 76 105 62 31
Binary 1010110 1100000 100000 1010 0 1000011 111110 1000101 110010 11001

Color Harmonies of #566020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566020

Black with #566020

Text Example


Text Example

White with #566020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566020; }

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

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

background-color css

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

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

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

border-color css

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

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

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