Shades of Sandal #9F866A
Tints of Sandal #9F866A
RGB
CMYK
RGB Variations
Color information
#9F866A (or 0x9F866A) is known color: Sandal. HEX triplet: 9F, 86 and 6A. RGB value is (159,134,106). Sum of RGB (Red+Green+Blue) = 159+134+106=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F866A is #607995. Grayscale: #8A8A8A. Windows color (decimal): -6322582 or 6981279. OLE color: 6981279.
HSL color Cylindrical-coordinate representation of color #9F866A: hue angle of 31.7º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F866A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 106 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.38 |
| HSL | 31.7º | 0.22% | 0.52% | - |
| HSV(B) | 31.7º | 0.33% | 0.62% | - |
| XYZ | 25.42 | 25.46 | 17.21 | - |
| YUV | 138.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 106 | 0 | 0.16 | 0.33 | 0.38 | 31.7 | 0.22 | 0.52 |
| Hex | 9F | 86 | 6A | 0 | 10 | 21 | 26 | 20 | 16 | 34 |
| Octal | 237 | 206 | 152 | 0 | 20 | 41 | 46 | 40 | 26 | 64 |
| Binary | 10011111 | 10000110 | 1101010 | 0 | 10000 | 100001 | 100110 | 100000 | 10110 | 110100 |
Color Harmonies of #9F866A
Complementary color
Monochromatic Colors of #9F866A
Black with #9F866A
Text Example
Text Example
White with #9F866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F866A; }
p { color: rgb(159,134,106); }
H1.HeaderClassName
{
color: #9F866A;
}
.AnyTagClassName
{
color: #9F866A;
}
</style>
background-color css
<style>
a { background-color: #9F866A; }
a { background-color: rgb(159,134,106); }
div.DivClassName
{
background-color: #9F866A;
}
.BgClassName
{
background-color: #9F866A;
}
</style>
border-color css
<style>
span { border-color: #9F866A; }
span { border-color: rgb(159,134,106); }
td.TdClassName
{
border-color: #9F866A;
}
.TagClassName
{
border-color: #9F866A;
}
</style>