Shades of Saratoga #5F652E
Tints of Saratoga #5F652E
RGB
CMYK
RGB Variations
Color information
#5F652E (or 0x5F652E) is known color: Saratoga. HEX triplet: 5F, 65 and 2E. RGB value is (95,101,46). Sum of RGB (Red+Green+Blue) = 95+101+46=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #5F652E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F652E is #A09AD1. Grayscale: #5D5D5D. Windows color (decimal): -10525394 or 3040607. OLE color: 3040607.
HSL color Cylindrical-coordinate representation of color #5F652E: hue angle of 66.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F652E is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 46 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.60 |
| HSL | 66.55º | 0.37% | 0.29% | - |
| HSV(B) | 66.55º | 0.54% | 0.4% | - |
| XYZ | 9.87 | 11.94 | 4.37 | - |
| YUV | 92.94 | 101.51 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 46 | 0.06 | 0 | 0.54 | 0.60 | 66.55 | 0.37 | 0.29 |
| Hex | 5F | 65 | 2E | 6 | 0 | 36 | 3C | 43 | 25 | 1D |
| Octal | 137 | 145 | 56 | 6 | 0 | 66 | 74 | 103 | 45 | 35 |
| Binary | 1011111 | 1100101 | 101110 | 110 | 0 | 110110 | 111100 | 1000011 | 100101 | 11101 |
Color Harmonies of #5F652E
Complementary color
Monochromatic Colors of #5F652E
Black with #5F652E
Text Example
Text Example
White with #5F652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F652E; }
p { color: rgb(95,101,46); }
H1.HeaderClassName
{
color: #5F652E;
}
.AnyTagClassName
{
color: #5F652E;
}
</style>
background-color css
<style>
a { background-color: #5F652E; }
a { background-color: rgb(95,101,46); }
div.DivClassName
{
background-color: #5F652E;
}
.BgClassName
{
background-color: #5F652E;
}
</style>
border-color css
<style>
span { border-color: #5F652E; }
span { border-color: rgb(95,101,46); }
td.TdClassName
{
border-color: #5F652E;
}
.TagClassName
{
border-color: #5F652E;
}
</style>