Shades of Saratoga #5B612A
Tints of Saratoga #5B612A
RGB
CMYK
RGB Variations
Color information
#5B612A (or 0x5B612A) is known color: Saratoga. HEX triplet: 5B, 61 and 2A. RGB value is (91,97,42). Sum of RGB (Red+Green+Blue) = 91+97+42=230 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.57% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #5B612A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B612A is #A49ED5. Grayscale: #595959. Windows color (decimal): -10788566 or 2777435. OLE color: 2777435.
HSL color Cylindrical-coordinate representation of color #5B612A: hue angle of 66.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B612A is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 42 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.62 |
| HSL | 66.55º | 0.4% | 0.27% | - |
| HSV(B) | 66.55º | 0.57% | 0.38% | - |
| XYZ | 9.01 | 10.94 | 3.83 | - |
| YUV | 88.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 42 | 0.06 | 0 | 0.57 | 0.62 | 66.55 | 0.4 | 0.27 |
| Hex | 5B | 61 | 2A | 6 | 0 | 39 | 3E | 43 | 28 | 1B |
| Octal | 133 | 141 | 52 | 6 | 0 | 71 | 76 | 103 | 50 | 33 |
| Binary | 1011011 | 1100001 | 101010 | 110 | 0 | 111001 | 111110 | 1000011 | 101000 | 11011 |
Color Harmonies of #5B612A
Complementary color
Monochromatic Colors of #5B612A
Black with #5B612A
Text Example
Text Example
White with #5B612A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B612A; }
p { color: rgb(91,97,42); }
H1.HeaderClassName
{
color: #5B612A;
}
.AnyTagClassName
{
color: #5B612A;
}
</style>
background-color css
<style>
a { background-color: #5B612A; }
a { background-color: rgb(91,97,42); }
div.DivClassName
{
background-color: #5B612A;
}
.BgClassName
{
background-color: #5B612A;
}
</style>
border-color css
<style>
span { border-color: #5B612A; }
span { border-color: rgb(91,97,42); }
td.TdClassName
{
border-color: #5B612A;
}
.TagClassName
{
border-color: #5B612A;
}
</style>