Shades of Saratoga #56612F
Tints of Saratoga #56612F
RGB
CMYK
RGB Variations
Color information
#56612F (or 0x56612F) is known color: Saratoga. HEX triplet: 56, 61 and 2F. RGB value is (86,97,47). Sum of RGB (Red+Green+Blue) = 86+97+47=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #56612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56612F is #A99ED0. Grayscale: #585858. Windows color (decimal): -11116241 or 3105110. OLE color: 3105110.
HSL color Cylindrical-coordinate representation of color #56612F: hue angle of 73.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56612F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 47 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.62 |
| HSL | 73.2º | 0.35% | 0.28% | - |
| HSV(B) | 73.2º | 0.52% | 0.38% | - |
| XYZ | 8.63 | 10.73 | 4.31 | - |
| YUV | 88.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 47 | 0.11 | 0 | 0.52 | 0.62 | 73.2 | 0.35 | 0.28 |
| Hex | 56 | 61 | 2F | B | 0 | 34 | 3E | 49 | 23 | 1C |
| Octal | 126 | 141 | 57 | 13 | 0 | 64 | 76 | 111 | 43 | 34 |
| Binary | 1010110 | 1100001 | 101111 | 1011 | 0 | 110100 | 111110 | 1001001 | 100011 | 11100 |
Color Harmonies of #56612F
Complementary color
Monochromatic Colors of #56612F
Black with #56612F
Text Example
Text Example
White with #56612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56612F; }
p { color: rgb(86,97,47); }
H1.HeaderClassName
{
color: #56612F;
}
.AnyTagClassName
{
color: #56612F;
}
</style>
background-color css
<style>
a { background-color: #56612F; }
a { background-color: rgb(86,97,47); }
div.DivClassName
{
background-color: #56612F;
}
.BgClassName
{
background-color: #56612F;
}
</style>
border-color css
<style>
span { border-color: #56612F; }
span { border-color: rgb(86,97,47); }
td.TdClassName
{
border-color: #56612F;
}
.TagClassName
{
border-color: #56612F;
}
</style>