Shades of Saratoga #5B611F
Tints of Saratoga #5B611F
RGB
CMYK
RGB Variations
Color information
#5B611F (or 0x5B611F) is known color: Saratoga. HEX triplet: 5B, 61 and 1F. RGB value is (91,97,31). Sum of RGB (Red+Green+Blue) = 91+97+31=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #5B611F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B611F is #A49EE0. Grayscale: #575757. Windows color (decimal): -10788577 or 2056539. OLE color: 2056539.
HSL color Cylindrical-coordinate representation of color #5B611F: hue angle of 65.45º 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 #5B611F is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 31 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.62 |
| HSL | 65.45º | 0.52% | 0.25% | - |
| HSV(B) | 65.45º | 0.68% | 0.38% | - |
| XYZ | 8.84 | 10.87 | 2.93 | - |
| YUV | 87.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 31 | 0.06 | 0 | 0.68 | 0.62 | 65.45 | 0.52 | 0.25 |
| Hex | 5B | 61 | 1F | 6 | 0 | 44 | 3E | 41 | 34 | 19 |
| Octal | 133 | 141 | 37 | 6 | 0 | 104 | 76 | 101 | 64 | 31 |
| Binary | 1011011 | 1100001 | 11111 | 110 | 0 | 1000100 | 111110 | 1000001 | 110100 | 11001 |
Color Harmonies of #5B611F
Complementary color
Monochromatic Colors of #5B611F
Black with #5B611F
Text Example
Text Example
White with #5B611F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B611F; }
p { color: rgb(91,97,31); }
H1.HeaderClassName
{
color: #5B611F;
}
.AnyTagClassName
{
color: #5B611F;
}
</style>
background-color css
<style>
a { background-color: #5B611F; }
a { background-color: rgb(91,97,31); }
div.DivClassName
{
background-color: #5B611F;
}
.BgClassName
{
background-color: #5B611F;
}
</style>
border-color css
<style>
span { border-color: #5B611F; }
span { border-color: rgb(91,97,31); }
td.TdClassName
{
border-color: #5B611F;
}
.TagClassName
{
border-color: #5B611F;
}
</style>