Shades of Sandal #9F886D
Tints of Sandal #9F886D
RGB
CMYK
RGB Variations
Color information
#9F886D (or 0x9F886D) is known color: Sandal. HEX triplet: 9F, 88 and 6D. RGB value is (159,136,109). Sum of RGB (Red+Green+Blue) = 159+136+109=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F886D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F886D is #607792. Grayscale: #8B8B8B. Windows color (decimal): -6322067 or 7178399. OLE color: 7178399.
HSL color Cylindrical-coordinate representation of color #9F886D: hue angle of 32.4º 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 #9F886D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 109 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.38 |
| HSL | 32.4º | 0.21% | 0.53% | - |
| HSV(B) | 32.4º | 0.31% | 0.62% | - |
| XYZ | 25.86 | 26.08 | 18.14 | - |
| YUV | 139.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 109 | 0 | 0.14 | 0.31 | 0.38 | 32.4 | 0.21 | 0.53 |
| Hex | 9F | 88 | 6D | 0 | E | 1F | 26 | 20 | 15 | 35 |
| Octal | 237 | 210 | 155 | 0 | 16 | 37 | 46 | 40 | 25 | 65 |
| Binary | 10011111 | 10001000 | 1101101 | 0 | 1110 | 11111 | 100110 | 100000 | 10101 | 110101 |
Color Harmonies of #9F886D
Complementary color
Monochromatic Colors of #9F886D
Black with #9F886D
Text Example
Text Example
White with #9F886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F886D; }
p { color: rgb(159,136,109); }
H1.HeaderClassName
{
color: #9F886D;
}
.AnyTagClassName
{
color: #9F886D;
}
</style>
background-color css
<style>
a { background-color: #9F886D; }
a { background-color: rgb(159,136,109); }
div.DivClassName
{
background-color: #9F886D;
}
.BgClassName
{
background-color: #9F886D;
}
</style>
border-color css
<style>
span { border-color: #9F886D; }
span { border-color: rgb(159,136,109); }
td.TdClassName
{
border-color: #9F886D;
}
.TagClassName
{
border-color: #9F886D;
}
</style>