Shades of Saratoga #5B601F
Tints of Saratoga #5B601F
RGB
CMYK
RGB Variations
Color information
#5B601F (or 0x5B601F) is known color: Saratoga. HEX triplet: 5B, 60 and 1F. RGB value is (91,96,31). Sum of RGB (Red+Green+Blue) = 91+96+31=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 31 (12.5% from 255 or 14.22% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #5B601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B601F is #A49FE0. Grayscale: #575757. Windows color (decimal): -10788833 or 2056283. OLE color: 2056283.
HSL color Cylindrical-coordinate representation of color #5B601F: hue angle of 64.62º degrees, saturation: 0.51, 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 #5B601F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 96 | 31 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.62 |
| HSL | 64.62º | 0.51% | 0.25% | - |
| HSV(B) | 64.62º | 0.68% | 0.38% | - |
| XYZ | 8.74 | 10.69 | 2.9 | - |
| YUV | 87.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 96 | 31 | 0.05 | 0 | 0.68 | 0.62 | 64.62 | 0.51 | 0.25 |
| Hex | 5B | 60 | 1F | 5 | 0 | 44 | 3E | 41 | 33 | 19 |
| Octal | 133 | 140 | 37 | 5 | 0 | 104 | 76 | 101 | 63 | 31 |
| Binary | 1011011 | 1100000 | 11111 | 101 | 0 | 1000100 | 111110 | 1000001 | 110011 | 11001 |
Color Harmonies of #5B601F
Complementary color
Monochromatic Colors of #5B601F
Black with #5B601F
Text Example
Text Example
White with #5B601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B601F; }
p { color: rgb(91,96,31); }
H1.HeaderClassName
{
color: #5B601F;
}
.AnyTagClassName
{
color: #5B601F;
}
</style>
background-color css
<style>
a { background-color: #5B601F; }
a { background-color: rgb(91,96,31); }
div.DivClassName
{
background-color: #5B601F;
}
.BgClassName
{
background-color: #5B601F;
}
</style>
border-color css
<style>
span { border-color: #5B601F; }
span { border-color: rgb(91,96,31); }
td.TdClassName
{
border-color: #5B601F;
}
.TagClassName
{
border-color: #5B601F;
}
</style>