#566521

Color #566521 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #566521

Tints of Saratoga #566521

Color information

#566521 (or 0x566521) is unknown color: approx 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

RGB8610133-
CMYK0.1500.670.60
HSL73.24º50.75%26.27%-
HSV(B)73.24º67.33%39.61%-
XYZ8.7711.43.18-
YUV88.7696.53126.03-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101330.1500.670.6073.2450.7526.27
Hex566521F0433C49331a
Octal12614541170103741116332
Binary10101101100101100001111101000011111100100100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>