Shades of Saratoga #56601E
Tints of Saratoga #56601E
RGB
CMYK
RGB Variations
Color information
#56601E (or 0x56601E) is known color: Saratoga. HEX triplet: 56, 60 and 1E. RGB value is (86,96,30). Sum of RGB (Red+Green+Blue) = 86+96+30=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 30 (12.11% from 255 or 14.15% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #56601E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56601E is #A99FE1. Grayscale: #555555. Windows color (decimal): -11116514 or 1990742. OLE color: 1990742.
HSL color Cylindrical-coordinate representation of color #56601E: hue angle of 69.09º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56601E is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 30 | - |
| CMYK | 0.10 | 0 | 0.69 | 0.62 |
| HSL | 69.09º | 0.52% | 0.25% | - |
| HSV(B) | 69.09º | 0.69% | 0.38% | - |
| XYZ | 8.25 | 10.44 | 2.81 | - |
| YUV | 85.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 30 | 0.10 | 0 | 0.69 | 0.62 | 69.09 | 0.52 | 0.25 |
| Hex | 56 | 60 | 1E | A | 0 | 45 | 3E | 45 | 34 | 19 |
| Octal | 126 | 140 | 36 | 12 | 0 | 105 | 76 | 105 | 64 | 31 |
| Binary | 1010110 | 1100000 | 11110 | 1010 | 0 | 1000101 | 111110 | 1000101 | 110100 | 11001 |
Color Harmonies of #56601E
Complementary color
Monochromatic Colors of #56601E
Black with #56601E
Text Example
Text Example
White with #56601E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56601E; }
p { color: rgb(86,96,30); }
H1.HeaderClassName
{
color: #56601E;
}
.AnyTagClassName
{
color: #56601E;
}
</style>
background-color css
<style>
a { background-color: #56601E; }
a { background-color: rgb(86,96,30); }
div.DivClassName
{
background-color: #56601E;
}
.BgClassName
{
background-color: #56601E;
}
</style>
border-color css
<style>
span { border-color: #56601E; }
span { border-color: rgb(86,96,30); }
td.TdClassName
{
border-color: #56601E;
}
.TagClassName
{
border-color: #56601E;
}
</style>