Shades of Sandal #9F8665
Tints of Sandal #9F8665
RGB
CMYK
RGB Variations
Color information
#9F8665 (or 0x9F8665) is known color: Sandal. HEX triplet: 9F, 86 and 65. RGB value is (159,134,101). Sum of RGB (Red+Green+Blue) = 159+134+101=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8665 is #60799A. Grayscale: #898989. Windows color (decimal): -6322587 or 6653599. OLE color: 6653599.
HSL color Cylindrical-coordinate representation of color #9F8665: hue angle of 34.14º 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 #9F8665 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 101 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.38 |
| HSL | 34.14º | 0.23% | 0.51% | - |
| HSV(B) | 34.14º | 0.36% | 0.62% | - |
| XYZ | 25.17 | 25.36 | 15.88 | - |
| YUV | 137.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 101 | 0 | 0.16 | 0.36 | 0.38 | 34.14 | 0.23 | 0.51 |
| Hex | 9F | 86 | 65 | 0 | 10 | 24 | 26 | 22 | 17 | 33 |
| Octal | 237 | 206 | 145 | 0 | 20 | 44 | 46 | 42 | 27 | 63 |
| Binary | 10011111 | 10000110 | 1100101 | 0 | 10000 | 100100 | 100110 | 100010 | 10111 | 110011 |
Color Harmonies of #9F8665
Complementary color
Monochromatic Colors of #9F8665
Black with #9F8665
Text Example
Text Example
White with #9F8665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8665; }
p { color: rgb(159,134,101); }
H1.HeaderClassName
{
color: #9F8665;
}
.AnyTagClassName
{
color: #9F8665;
}
</style>
background-color css
<style>
a { background-color: #9F8665; }
a { background-color: rgb(159,134,101); }
div.DivClassName
{
background-color: #9F8665;
}
.BgClassName
{
background-color: #9F8665;
}
</style>
border-color css
<style>
span { border-color: #9F8665; }
span { border-color: rgb(159,134,101); }
td.TdClassName
{
border-color: #9F8665;
}
.TagClassName
{
border-color: #9F8665;
}
</style>