Html Css Color HEX #566521 Saratoga

📋 copy color: '#566521'

red 86 ◦ green 101 ◦ blue 33

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

Shades of Saratoga #566521

Tints of Saratoga #566521

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.91%

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

R = 39.09%
G = 45.91%
B = 15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.60

RGB Variations

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

Color information

#566521 (or 0x566521) is known color: Saratoga. HEX triplet: 56, 65 and 21. RGB value is (86,101,33). Sum of RGB (Red+Green+Blue) = 86+101+33=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #566521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566521 is #A99ADE. Grayscale: #595959. Windows color (decimal): -11115231 or 2188630. OLE color: 2188630.

HSL color Cylindrical-coordinate representation of color #566521: hue angle of 73.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #566521 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 101 33 -
CMYK 0.15 0 0.67 0.60
HSL 73.24º 0.51% 0.26% -
HSV(B) 73.24º 0.67% 0.4% -
XYZ 8.77 11.4 3.18 -
YUV 88.76 96.53 126.03 -
System Red Green Blue C M Y K H S L
Decimal 86 101 33 0.15 0 0.67 0.60 73.24 0.51 0.26
Hex 56 65 21 F 0 43 3C 49 33 1A
Octal 126 145 41 17 0 103 74 111 63 32
Binary 1010110 1100101 100001 1111 0 1000011 111100 1001001 110011 11010

Color Harmonies of #566521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566521

Black with #566521

Text Example


Text Example

White with #566521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566521; }

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

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

background-color css

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

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

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

border-color css

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

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

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