#56612B

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

Shades of Saratoga #56612B

Tints of Saratoga #56612B

Color information

#56612B (or 0x56612B) is unknown color: approx Saratoga. HEX triplet: 56, 61 and 2B. RGB value is (86,97,43). Sum of RGB (Red+Green+Blue) = 86+97+43=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #56612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56612B is #A99ED4. Grayscale: #575757. Windows color (decimal): -11116245 or 2842966. OLE color: 2842966.

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

Color convert

RGB869743-
CMYK0.1100.560.62
HSL72.22º38.57%27.45%-
HSV(B)72.22º55.67%38.04%-
XYZ8.5510.73.9-
YUV87.56102.86126.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.05%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 43 (17.19% from 255) = 19.03%
R=38.05%
G=42.92%
B=19.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697430.1100.560.6272.2238.5727.45
Hex56612BB0383E48271b
Octal1261415313070761104733
Binary1010110110000110101110110111000111110100100010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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