Shades of Sandal #9F8670
Tints of Sandal #9F8670
RGB
CMYK
RGB Variations
Color information
#9F8670 (or 0x9F8670) is known color: Sandal. HEX triplet: 9F, 86 and 70. RGB value is (159,134,112). Sum of RGB (Red+Green+Blue) = 159+134+112=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8670 is #60798F. Grayscale: #8B8B8B. Windows color (decimal): -6322576 or 7374495. OLE color: 7374495.
HSL color Cylindrical-coordinate representation of color #9F8670: hue angle of 28.09º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F8670 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 112 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.38 |
| HSL | 28.09º | 0.2% | 0.53% | - |
| HSV(B) | 28.09º | 0.3% | 0.62% | - |
| XYZ | 25.75 | 25.59 | 18.91 | - |
| YUV | 138.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 112 | 0 | 0.16 | 0.30 | 0.38 | 28.09 | 0.2 | 0.53 |
| Hex | 9F | 86 | 70 | 0 | 10 | 1E | 26 | 1C | 14 | 35 |
| Octal | 237 | 206 | 160 | 0 | 20 | 36 | 46 | 34 | 24 | 65 |
| Binary | 10011111 | 10000110 | 1110000 | 0 | 10000 | 11110 | 100110 | 11100 | 10100 | 110101 |
Color Harmonies of #9F8670
Complementary color
Monochromatic Colors of #9F8670
Black with #9F8670
Text Example
Text Example
White with #9F8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8670; }
p { color: rgb(159,134,112); }
H1.HeaderClassName
{
color: #9F8670;
}
.AnyTagClassName
{
color: #9F8670;
}
</style>
background-color css
<style>
a { background-color: #9F8670; }
a { background-color: rgb(159,134,112); }
div.DivClassName
{
background-color: #9F8670;
}
.BgClassName
{
background-color: #9F8670;
}
</style>
border-color css
<style>
span { border-color: #9F8670; }
span { border-color: rgb(159,134,112); }
td.TdClassName
{
border-color: #9F8670;
}
.TagClassName
{
border-color: #9F8670;
}
</style>