Shades of Saratoga #56621D
Tints of Saratoga #56621D
RGB
CMYK
RGB Variations
Color information
#56621D (or 0x56621D) is known color: Saratoga. HEX triplet: 56, 62 and 1D. RGB value is (86,98,29). Sum of RGB (Red+Green+Blue) = 86+98+29=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 98 - color contains mainly: green. Hex color #56621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56621D is #A99DE2. Grayscale: #565656. Windows color (decimal): -11116003 or 1925718. OLE color: 1925718.
HSL color Cylindrical-coordinate representation of color #56621D: hue angle of 70.43º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #56621D is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 29 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.62 |
| HSL | 70.43º | 0.54% | 0.25% | - |
| HSV(B) | 70.43º | 0.7% | 0.38% | - |
| XYZ | 8.43 | 10.8 | 2.8 | - |
| YUV | 86.55 | 95.52 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 29 | 0.12 | 0 | 0.70 | 0.62 | 70.43 | 0.54 | 0.25 |
| Hex | 56 | 62 | 1D | C | 0 | 46 | 3E | 46 | 36 | 19 |
| Octal | 126 | 142 | 35 | 14 | 0 | 106 | 76 | 106 | 66 | 31 |
| Binary | 1010110 | 1100010 | 11101 | 1100 | 0 | 1000110 | 111110 | 1000110 | 110110 | 11001 |
Color Harmonies of #56621D
Complementary color
Monochromatic Colors of #56621D
Black with #56621D
Text Example
Text Example
White with #56621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56621D; }
p { color: rgb(86,98,29); }
H1.HeaderClassName
{
color: #56621D;
}
.AnyTagClassName
{
color: #56621D;
}
</style>
background-color css
<style>
a { background-color: #56621D; }
a { background-color: rgb(86,98,29); }
div.DivClassName
{
background-color: #56621D;
}
.BgClassName
{
background-color: #56621D;
}
</style>
border-color css
<style>
span { border-color: #56621D; }
span { border-color: rgb(86,98,29); }
td.TdClassName
{
border-color: #56621D;
}
.TagClassName
{
border-color: #56621D;
}
</style>