Shades of Sandal #9F856C
Tints of Sandal #9F856C
RGB
CMYK
RGB Variations
Color information
#9F856C (or 0x9F856C) is known color: Sandal. HEX triplet: 9F, 85 and 6C. RGB value is (159,133,108). Sum of RGB (Red+Green+Blue) = 159+133+108=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F856C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F856C is #607A93. Grayscale: #8A8A8A. Windows color (decimal): -6322836 or 7112095. OLE color: 7112095.
HSL color Cylindrical-coordinate representation of color #9F856C: hue angle of 29.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F856C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 108 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.38 |
| HSL | 29.41º | 0.21% | 0.52% | - |
| HSV(B) | 29.41º | 0.32% | 0.62% | - |
| XYZ | 25.39 | 25.23 | 17.72 | - |
| YUV | 137.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 108 | 0 | 0.16 | 0.32 | 0.38 | 29.41 | 0.21 | 0.52 |
| Hex | 9F | 85 | 6C | 0 | 10 | 20 | 26 | 1D | 15 | 34 |
| Octal | 237 | 205 | 154 | 0 | 20 | 40 | 46 | 35 | 25 | 64 |
| Binary | 10011111 | 10000101 | 1101100 | 0 | 10000 | 100000 | 100110 | 11101 | 10101 | 110100 |
Color Harmonies of #9F856C
Complementary color
Monochromatic Colors of #9F856C
Black with #9F856C
Text Example
Text Example
White with #9F856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F856C; }
p { color: rgb(159,133,108); }
H1.HeaderClassName
{
color: #9F856C;
}
.AnyTagClassName
{
color: #9F856C;
}
</style>
background-color css
<style>
a { background-color: #9F856C; }
a { background-color: rgb(159,133,108); }
div.DivClassName
{
background-color: #9F856C;
}
.BgClassName
{
background-color: #9F856C;
}
</style>
border-color css
<style>
span { border-color: #9F856C; }
span { border-color: rgb(159,133,108); }
td.TdClassName
{
border-color: #9F856C;
}
.TagClassName
{
border-color: #9F856C;
}
</style>