Shades of Sandal #9F866D
Tints of Sandal #9F866D
RGB
CMYK
RGB Variations
Color information
#9F866D (or 0x9F866D) is known color: Sandal. HEX triplet: 9F, 86 and 6D. RGB value is (159,134,109). Sum of RGB (Red+Green+Blue) = 159+134+109=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F866D is #607992. Grayscale: #8A8A8A. Windows color (decimal): -6322579 or 7177887. OLE color: 7177887.
HSL color Cylindrical-coordinate representation of color #9F866D: hue angle of 30º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F866D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 134 | 109 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.38 |
| HSL | 30º | 0.21% | 0.53% | - |
| HSV(B) | 30º | 0.31% | 0.62% | - |
| XYZ | 25.58 | 25.53 | 18.05 | - |
| YUV | 138.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 134 | 109 | 0 | 0.16 | 0.31 | 0.38 | 30 | 0.21 | 0.53 |
| Hex | 9F | 86 | 6D | 0 | 10 | 1F | 26 | 1E | 15 | 35 |
| Octal | 237 | 206 | 155 | 0 | 20 | 37 | 46 | 36 | 25 | 65 |
| Binary | 10011111 | 10000110 | 1101101 | 0 | 10000 | 11111 | 100110 | 11110 | 10101 | 110101 |
Color Harmonies of #9F866D
Complementary color
Monochromatic Colors of #9F866D
Black with #9F866D
Text Example
Text Example
White with #9F866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F866D; }
p { color: rgb(159,134,109); }
H1.HeaderClassName
{
color: #9F866D;
}
.AnyTagClassName
{
color: #9F866D;
}
</style>
background-color css
<style>
a { background-color: #9F866D; }
a { background-color: rgb(159,134,109); }
div.DivClassName
{
background-color: #9F866D;
}
.BgClassName
{
background-color: #9F866D;
}
</style>
border-color css
<style>
span { border-color: #9F866D; }
span { border-color: rgb(159,134,109); }
td.TdClassName
{
border-color: #9F866D;
}
.TagClassName
{
border-color: #9F866D;
}
</style>