Html Css Color HEX #566021 Saratoga

📋 copy color: '#566021'

red 86 ◦ green 96 ◦ blue 33

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

Shades of Saratoga #566021

Tints of Saratoga #566021

RGB

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

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

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

R = 40%
G = 44.65%
B = 15.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#566021 (or 0x566021) is known color: Saratoga. HEX triplet: 56, 60 and 21. RGB value is (86,96,33). Sum of RGB (Red+Green+Blue) = 86+96+33=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #566021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566021 is #A99FDE. Grayscale: #565656. Windows color (decimal): -11116511 or 2187350. OLE color: 2187350.

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

Color convert

RGB 86 96 33 -
CMYK 0.10 0 0.66 0.62
HSL 69.52º 0.49% 0.25% -
HSV(B) 69.52º 0.66% 0.38% -
XYZ 8.3 10.45 3.02 -
YUV 85.83 98.19 128.12 -
System Red Green Blue C M Y K H S L
Decimal 86 96 33 0.10 0 0.66 0.62 69.52 0.49 0.25
Hex 56 60 21 A 0 42 3E 46 31 19
Octal 126 140 41 12 0 102 76 106 61 31
Binary 1010110 1100000 100001 1010 0 1000010 111110 1000110 110001 11001

Color Harmonies of #566021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566021

Black with #566021

Text Example


Text Example

White with #566021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566021; }

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

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

background-color css

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

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

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

border-color css

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

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

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