Shades of Saratoga #5F652F
Tints of Saratoga #5F652F
RGB
CMYK
RGB Variations
Color information
#5F652F (or 0x5F652F) is known color: Saratoga. HEX triplet: 5F, 65 and 2F. RGB value is (95,101,47). Sum of RGB (Red+Green+Blue) = 95+101+47=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 101 - color contains mainly: green. Hex color #5F652F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F652F is #A09AD0. Grayscale: #5D5D5D. Windows color (decimal): -10525393 or 3106143. OLE color: 3106143.
HSL color Cylindrical-coordinate representation of color #5F652F: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F652F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 47 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.60 |
| HSL | 66.67º | 0.36% | 0.29% | - |
| HSV(B) | 66.67º | 0.53% | 0.4% | - |
| XYZ | 9.89 | 11.95 | 4.47 | - |
| YUV | 93.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 47 | 0.06 | 0 | 0.53 | 0.60 | 66.67 | 0.36 | 0.29 |
| Hex | 5F | 65 | 2F | 6 | 0 | 35 | 3C | 43 | 24 | 1D |
| Octal | 137 | 145 | 57 | 6 | 0 | 65 | 74 | 103 | 44 | 35 |
| Binary | 1011111 | 1100101 | 101111 | 110 | 0 | 110101 | 111100 | 1000011 | 100100 | 11101 |
Color Harmonies of #5F652F
Complementary color
Monochromatic Colors of #5F652F
Black with #5F652F
Text Example
Text Example
White with #5F652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F652F; }
p { color: rgb(95,101,47); }
H1.HeaderClassName
{
color: #5F652F;
}
.AnyTagClassName
{
color: #5F652F;
}
</style>
background-color css
<style>
a { background-color: #5F652F; }
a { background-color: rgb(95,101,47); }
div.DivClassName
{
background-color: #5F652F;
}
.BgClassName
{
background-color: #5F652F;
}
</style>
border-color css
<style>
span { border-color: #5F652F; }
span { border-color: rgb(95,101,47); }
td.TdClassName
{
border-color: #5F652F;
}
.TagClassName
{
border-color: #5F652F;
}
</style>