Shades of Saratoga #56601C
Tints of Saratoga #56601C
RGB
CMYK
RGB Variations
Color information
#56601C (or 0x56601C) is known color: Saratoga. HEX triplet: 56, 60 and 1C. RGB value is (86,96,28). Sum of RGB (Red+Green+Blue) = 86+96+28=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #56601C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56601C is #A99FE3. Grayscale: #555555. Windows color (decimal): -11116516 or 1859670. OLE color: 1859670.
HSL color Cylindrical-coordinate representation of color #56601C: hue angle of 68.82º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56601C is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 28 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.62 |
| HSL | 68.82º | 0.55% | 0.24% | - |
| HSV(B) | 68.82º | 0.71% | 0.38% | - |
| XYZ | 8.23 | 10.43 | 2.68 | - |
| YUV | 85.26 | 95.69 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 28 | 0.10 | 0 | 0.71 | 0.62 | 68.82 | 0.55 | 0.24 |
| Hex | 56 | 60 | 1C | A | 0 | 47 | 3E | 45 | 37 | 18 |
| Octal | 126 | 140 | 34 | 12 | 0 | 107 | 76 | 105 | 67 | 30 |
| Binary | 1010110 | 1100000 | 11100 | 1010 | 0 | 1000111 | 111110 | 1000101 | 110111 | 11000 |
Color Harmonies of #56601C
Complementary color
Monochromatic Colors of #56601C
Black with #56601C
Text Example
Text Example
White with #56601C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56601C; }
p { color: rgb(86,96,28); }
H1.HeaderClassName
{
color: #56601C;
}
.AnyTagClassName
{
color: #56601C;
}
</style>
background-color css
<style>
a { background-color: #56601C; }
a { background-color: rgb(86,96,28); }
div.DivClassName
{
background-color: #56601C;
}
.BgClassName
{
background-color: #56601C;
}
</style>
border-color css
<style>
span { border-color: #56601C; }
span { border-color: rgb(86,96,28); }
td.TdClassName
{
border-color: #56601C;
}
.TagClassName
{
border-color: #56601C;
}
</style>