Shades of Saratoga #56621B
Tints of Saratoga #56621B
RGB
CMYK
RGB Variations
Color information
#56621B (or 0x56621B) is known color: Saratoga. HEX triplet: 56, 62 and 1B. RGB value is (86,98,27). Sum of RGB (Red+Green+Blue) = 86+98+27=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 98 - color contains mainly: green. Hex color #56621B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56621B is #A99DE4. Grayscale: #565656. Windows color (decimal): -11116005 or 1794646. OLE color: 1794646.
HSL color Cylindrical-coordinate representation of color #56621B: hue angle of 70.14º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56621B is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 98 | 27 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.62 |
| HSL | 70.14º | 0.57% | 0.25% | - |
| HSV(B) | 70.14º | 0.72% | 0.38% | - |
| XYZ | 8.4 | 10.79 | 2.68 | - |
| YUV | 86.32 | 94.52 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 27 | 0.12 | 0 | 0.72 | 0.62 | 70.14 | 0.57 | 0.25 |
| Hex | 56 | 62 | 1B | C | 0 | 48 | 3E | 46 | 39 | 19 |
| Octal | 126 | 142 | 33 | 14 | 0 | 110 | 76 | 106 | 71 | 31 |
| Binary | 1010110 | 1100010 | 11011 | 1100 | 0 | 1001000 | 111110 | 1000110 | 111001 | 11001 |
Color Harmonies of #56621B
Complementary color
Monochromatic Colors of #56621B
Black with #56621B
Text Example
Text Example
White with #56621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56621B; }
p { color: rgb(86,98,27); }
H1.HeaderClassName
{
color: #56621B;
}
.AnyTagClassName
{
color: #56621B;
}
</style>
background-color css
<style>
a { background-color: #56621B; }
a { background-color: rgb(86,98,27); }
div.DivClassName
{
background-color: #56621B;
}
.BgClassName
{
background-color: #56621B;
}
</style>
border-color css
<style>
span { border-color: #56621B; }
span { border-color: rgb(86,98,27); }
td.TdClassName
{
border-color: #56621B;
}
.TagClassName
{
border-color: #56621B;
}
</style>