Shades of Saratoga #5B642E
Tints of Saratoga #5B642E
RGB
CMYK
RGB Variations
Color information
#5B642E (or 0x5B642E) is known color: Saratoga. HEX triplet: 5B, 64 and 2E. RGB value is (91,100,46). Sum of RGB (Red+Green+Blue) = 91+100+46=237 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.40% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #5B642E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B642E is #A49BD1. Grayscale: #5B5B5B. Windows color (decimal): -10787794 or 3040347. OLE color: 3040347.
HSL color Cylindrical-coordinate representation of color #5B642E: hue angle of 70º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B642E is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 91 | 100 | 46 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.61 |
| HSL | 70º | 0.37% | 0.29% | - |
| HSV(B) | 70º | 0.54% | 0.39% | - |
| XYZ | 9.36 | 11.54 | 4.32 | - |
| YUV | 91.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 100 | 46 | 0.09 | 0 | 0.54 | 0.61 | 70 | 0.37 | 0.29 |
| Hex | 5B | 64 | 2E | 9 | 0 | 36 | 3D | 46 | 25 | 1D |
| Octal | 133 | 144 | 56 | 11 | 0 | 66 | 75 | 106 | 45 | 35 |
| Binary | 1011011 | 1100100 | 101110 | 1001 | 0 | 110110 | 111101 | 1000110 | 100101 | 11101 |
Color Harmonies of #5B642E
Complementary color
Monochromatic Colors of #5B642E
Black with #5B642E
Text Example
Text Example
White with #5B642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B642E; }
p { color: rgb(91,100,46); }
H1.HeaderClassName
{
color: #5B642E;
}
.AnyTagClassName
{
color: #5B642E;
}
</style>
background-color css
<style>
a { background-color: #5B642E; }
a { background-color: rgb(91,100,46); }
div.DivClassName
{
background-color: #5B642E;
}
.BgClassName
{
background-color: #5B642E;
}
</style>
border-color css
<style>
span { border-color: #5B642E; }
span { border-color: rgb(91,100,46); }
td.TdClassName
{
border-color: #5B642E;
}
.TagClassName
{
border-color: #5B642E;
}
</style>