Html Css Color HEX #566221 Saratoga

📋 copy color: '#566221'

red 86 ◦ green 98 ◦ blue 33

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

Shades of Saratoga #566221

Tints of Saratoga #566221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.16%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 39.63%
G = 45.16%
B = 15.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#566221 (or 0x566221) is known color: Saratoga. HEX triplet: 56, 62 and 21. RGB value is (86,98,33). Sum of RGB (Red+Green+Blue) = 86+98+33=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #566221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566221 is #A99DDE. Grayscale: #575757. Windows color (decimal): -11115999 or 2187862. OLE color: 2187862.

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

Color convert

RGB 86 98 33 -
CMYK 0.12 0 0.66 0.62
HSL 71.08º 0.5% 0.26% -
HSV(B) 71.08º 0.66% 0.38% -
XYZ 8.48 10.82 3.08 -
YUV 87 97.52 127.29 -
System Red Green Blue C M Y K H S L
Decimal 86 98 33 0.12 0 0.66 0.62 71.08 0.5 0.26
Hex 56 62 21 C 0 42 3E 47 32 1A
Octal 126 142 41 14 0 102 76 107 62 32
Binary 1010110 1100010 100001 1100 0 1000010 111110 1000111 110010 11010

Color Harmonies of #566221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566221

Black with #566221

Text Example


Text Example

White with #566221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566221; }

 p { color: rgb(86,98,33); }

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

background-color css

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

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

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

border-color css

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

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

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