Shades of Saratoga #56631D
Tints of Saratoga #56631D
RGB
CMYK
RGB Variations
Color information
#56631D (or 0x56631D) is known color: Saratoga. HEX triplet: 56, 63 and 1D. RGB value is (86,99,29). Sum of RGB (Red+Green+Blue) = 86+99+29=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 99 - color contains mainly: green. Hex color #56631D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56631D is #A99CE2. Grayscale: #575757. Windows color (decimal): -11115747 or 1925974. OLE color: 1925974.
HSL color Cylindrical-coordinate representation of color #56631D: hue angle of 71.14º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56631D is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 99 | 29 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.61 |
| HSL | 71.14º | 0.55% | 0.25% | - |
| HSV(B) | 71.14º | 0.71% | 0.39% | - |
| XYZ | 8.52 | 10.99 | 2.83 | - |
| YUV | 87.13 | 95.19 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 29 | 0.13 | 0 | 0.71 | 0.61 | 71.14 | 0.55 | 0.25 |
| Hex | 56 | 63 | 1D | D | 0 | 47 | 3D | 47 | 37 | 19 |
| Octal | 126 | 143 | 35 | 15 | 0 | 107 | 75 | 107 | 67 | 31 |
| Binary | 1010110 | 1100011 | 11101 | 1101 | 0 | 1000111 | 111101 | 1000111 | 110111 | 11001 |
Color Harmonies of #56631D
Complementary color
Monochromatic Colors of #56631D
Black with #56631D
Text Example
Text Example
White with #56631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56631D; }
p { color: rgb(86,99,29); }
H1.HeaderClassName
{
color: #56631D;
}
.AnyTagClassName
{
color: #56631D;
}
</style>
background-color css
<style>
a { background-color: #56631D; }
a { background-color: rgb(86,99,29); }
div.DivClassName
{
background-color: #56631D;
}
.BgClassName
{
background-color: #56631D;
}
</style>
border-color css
<style>
span { border-color: #56631D; }
span { border-color: rgb(86,99,29); }
td.TdClassName
{
border-color: #56631D;
}
.TagClassName
{
border-color: #56631D;
}
</style>