Shades of Sandal #9F8666
Tints of Sandal #9F8666
RGB
CMYK
RGB Variations
Color information
#9F8666 (or 0x9F8666) is known color: Sandal. HEX triplet: 9F, 86 and 66. RGB value is (159,134,102). Sum of RGB (Red+Green+Blue) = 159+134+102=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8666 is #607999. Grayscale: #898989. Windows color (decimal): -6322586 or 6719135. OLE color: 6719135.
HSL color Cylindrical-coordinate representation of color #9F8666: hue angle of 33.68º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8666 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 102 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.38 |
| HSL | 33.68º | 0.23% | 0.51% | - |
| HSV(B) | 33.68º | 0.36% | 0.62% | - |
| XYZ | 25.22 | 25.38 | 16.14 | - |
| YUV | 137.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 102 | 0 | 0.16 | 0.36 | 0.38 | 33.68 | 0.23 | 0.51 |
| Hex | 9F | 86 | 66 | 0 | 10 | 24 | 26 | 22 | 17 | 33 |
| Octal | 237 | 206 | 146 | 0 | 20 | 44 | 46 | 42 | 27 | 63 |
| Binary | 10011111 | 10000110 | 1100110 | 0 | 10000 | 100100 | 100110 | 100010 | 10111 | 110011 |
Color Harmonies of #9F8666
Complementary color
Monochromatic Colors of #9F8666
Black with #9F8666
Text Example
Text Example
White with #9F8666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8666; }
p { color: rgb(159,134,102); }
H1.HeaderClassName
{
color: #9F8666;
}
.AnyTagClassName
{
color: #9F8666;
}
</style>
background-color css
<style>
a { background-color: #9F8666; }
a { background-color: rgb(159,134,102); }
div.DivClassName
{
background-color: #9F8666;
}
.BgClassName
{
background-color: #9F8666;
}
</style>
border-color css
<style>
span { border-color: #9F8666; }
span { border-color: rgb(159,134,102); }
td.TdClassName
{
border-color: #9F8666;
}
.TagClassName
{
border-color: #9F8666;
}
</style>