#56612E

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

Shades of Saratoga #56612E

Tints of Saratoga #56612E

Color information

#56612E (or 0x56612E) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 2E. RGB value is (86,97,46). Sum of RGB (Red+Green+Blue) = 86+97+46=229 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.55% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #56612E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56612E is #A99ED1. Grayscale: #585858. Windows color (decimal): -11116242 or 3039574. OLE color: 3039574.

HSL color Cylindrical-coordinate representation of color #56612E: hue angle of 72.94º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #56612E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB869746-
CMYK0.1100.530.62
HSL72.94º35.66%28.04%-
HSV(B)72.94º52.58%38.04%-
XYZ8.6110.734.2-
YUV87.9104.36126.65-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.55%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=37.55%
G=42.36%
B=20.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697460.1100.530.6272.9435.6628.04
Hex56612EB0353E49241c
Octal1261415613065761114434
Binary1010110110000110111010110110101111110100100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56612E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56612E; }

 p { color: rgb(86,97,46); }

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

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

 a { background-color: rgb(86,97,46); }

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

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

 span { border-color: rgb(86,97,46); }

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