Shades of Sandal #9E866D
Tints of Sandal #9E866D
RGB
CMYK
RGB Variations
Color information
#9E866D (or 0x9E866D) is known color: Sandal. HEX triplet: 9E, 86 and 6D. RGB value is (158,134,109). Sum of RGB (Red+Green+Blue) = 158+134+109=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E866D is #617992. Grayscale: #8A8A8A. Windows color (decimal): -6388115 or 7177886. OLE color: 7177886.
HSL color Cylindrical-coordinate representation of color #9E866D: hue angle of 30.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E866D is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 109 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.38 |
| HSL | 30.61º | 0.2% | 0.52% | - |
| HSV(B) | 30.61º | 0.31% | 0.62% | - |
| XYZ | 25.39 | 25.42 | 18.04 | - |
| YUV | 138.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 109 | 0 | 0.15 | 0.31 | 0.38 | 30.61 | 0.2 | 0.52 |
| Hex | 9E | 86 | 6D | 0 | F | 1F | 26 | 1F | 14 | 34 |
| Octal | 236 | 206 | 155 | 0 | 17 | 37 | 46 | 37 | 24 | 64 |
| Binary | 10011110 | 10000110 | 1101101 | 0 | 1111 | 11111 | 100110 | 11111 | 10100 | 110100 |
Color Harmonies of #9E866D
Complementary color
Monochromatic Colors of #9E866D
Black with #9E866D
Text Example
Text Example
White with #9E866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E866D; }
p { color: rgb(158,134,109); }
H1.HeaderClassName
{
color: #9E866D;
}
.AnyTagClassName
{
color: #9E866D;
}
</style>
background-color css
<style>
a { background-color: #9E866D; }
a { background-color: rgb(158,134,109); }
div.DivClassName
{
background-color: #9E866D;
}
.BgClassName
{
background-color: #9E866D;
}
</style>
border-color css
<style>
span { border-color: #9E866D; }
span { border-color: rgb(158,134,109); }
td.TdClassName
{
border-color: #9E866D;
}
.TagClassName
{
border-color: #9E866D;
}
</style>