#566231

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

Shades of Saratoga #566231

Tints of Saratoga #566231

Color information

#566231 (or 0x566231) is unknown color: approx Saratoga. HEX triplet: 56, 62 and 31. RGB value is (86,98,49). Sum of RGB (Red+Green+Blue) = 86+98+49=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #566231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566231 is #A99DCE. Grayscale: #595959. Windows color (decimal): -11115983 or 3236438. OLE color: 3236438.

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

Color convert

RGB869849-
CMYK0.1200.50.62
HSL74.69º33.33%28.82%-
HSV(B)74.69º50%38.43%-
XYZ8.7610.944.55-
YUV88.83105.52125.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=36.91%
G=42.06%
B=21.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8698490.1200.50.6274.6933.3328.82
Hex566231C0323E4b211d
Octal1261426114062761134135
Binary1010110110001011000111000110010111110100101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566231; }

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

 H1.HeaderClassName
 {
   color: #566231;
 }
 .AnyTagClassName
 {
   color: #566231;
 }
</style>
background-color css

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

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

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

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

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

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