Shades of Saratoga #56631F
Tints of Saratoga #56631F
RGB
CMYK
RGB Variations
Color information
#56631F (or 0x56631F) is known color: Saratoga. HEX triplet: 56, 63 and 1F. RGB value is (86,99,31). Sum of RGB (Red+Green+Blue) = 86+99+31=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #56631F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56631F is #A99CE0. Grayscale: #575757. Windows color (decimal): -11115745 or 2057046. OLE color: 2057046.
HSL color Cylindrical-coordinate representation of color #56631F: hue angle of 71.47º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #56631F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 86 | 99 | 31 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.61 |
| HSL | 71.47º | 0.52% | 0.25% | - |
| HSV(B) | 71.47º | 0.69% | 0.39% | - |
| XYZ | 8.55 | 11 | 2.97 | - |
| YUV | 87.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 99 | 31 | 0.13 | 0 | 0.69 | 0.61 | 71.47 | 0.52 | 0.25 |
| Hex | 56 | 63 | 1F | D | 0 | 45 | 3D | 47 | 34 | 19 |
| Octal | 126 | 143 | 37 | 15 | 0 | 105 | 75 | 107 | 64 | 31 |
| Binary | 1010110 | 1100011 | 11111 | 1101 | 0 | 1000101 | 111101 | 1000111 | 110100 | 11001 |
Color Harmonies of #56631F
Complementary color
Monochromatic Colors of #56631F
Black with #56631F
Text Example
Text Example
White with #56631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56631F; }
p { color: rgb(86,99,31); }
H1.HeaderClassName
{
color: #56631F;
}
.AnyTagClassName
{
color: #56631F;
}
</style>
background-color css
<style>
a { background-color: #56631F; }
a { background-color: rgb(86,99,31); }
div.DivClassName
{
background-color: #56631F;
}
.BgClassName
{
background-color: #56631F;
}
</style>
border-color css
<style>
span { border-color: #56631F; }
span { border-color: rgb(86,99,31); }
td.TdClassName
{
border-color: #56631F;
}
.TagClassName
{
border-color: #56631F;
}
</style>