Shades of Saratoga #56621F
Tints of Saratoga #56621F
RGB
CMYK
RGB Variations
Color information
#56621F (or 0x56621F) is known color: Saratoga. HEX triplet: 56, 62 and 1F. RGB value is (86,98,31). Sum of RGB (Red+Green+Blue) = 86+98+31=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 98 - color contains mainly: green. Hex color #56621F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56621F is #A99DE0. Grayscale: #575757. Windows color (decimal): -11116001 or 2056790. OLE color: 2056790.
HSL color Cylindrical-coordinate representation of color #56621F: hue angle of 70.75º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #56621F is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 31 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.62 |
| HSL | 70.75º | 0.52% | 0.25% | - |
| HSV(B) | 70.75º | 0.68% | 0.38% | - |
| XYZ | 8.45 | 10.81 | 2.94 | - |
| YUV | 86.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 31 | 0.12 | 0 | 0.68 | 0.62 | 70.75 | 0.52 | 0.25 |
| Hex | 56 | 62 | 1F | C | 0 | 44 | 3E | 47 | 34 | 19 |
| Octal | 126 | 142 | 37 | 14 | 0 | 104 | 76 | 107 | 64 | 31 |
| Binary | 1010110 | 1100010 | 11111 | 1100 | 0 | 1000100 | 111110 | 1000111 | 110100 | 11001 |
Color Harmonies of #56621F
Complementary color
Monochromatic Colors of #56621F
Black with #56621F
Text Example
Text Example
White with #56621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56621F; }
p { color: rgb(86,98,31); }
H1.HeaderClassName
{
color: #56621F;
}
.AnyTagClassName
{
color: #56621F;
}
</style>
background-color css
<style>
a { background-color: #56621F; }
a { background-color: rgb(86,98,31); }
div.DivClassName
{
background-color: #56621F;
}
.BgClassName
{
background-color: #56621F;
}
</style>
border-color css
<style>
span { border-color: #56621F; }
span { border-color: rgb(86,98,31); }
td.TdClassName
{
border-color: #56621F;
}
.TagClassName
{
border-color: #56621F;
}
</style>