Shades of Sandal #9E896D
Tints of Sandal #9E896D
RGB
CMYK
RGB Variations
Color information
#9E896D (or 0x9E896D) is known color: Sandal. HEX triplet: 9E, 89 and 6D. RGB value is (158,137,109). Sum of RGB (Red+Green+Blue) = 158+137+109=404 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.11% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 158 - color contains mainly: red. Hex color #9E896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E896D is #617692. Grayscale: #8C8C8C. Windows color (decimal): -6387347 or 7178654. OLE color: 7178654.
HSL color Cylindrical-coordinate representation of color #9E896D: hue angle of 34.29º 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 #9E896D is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 109 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.38 |
| HSL | 34.29º | 0.2% | 0.52% | - |
| HSV(B) | 34.29º | 0.31% | 0.62% | - |
| XYZ | 25.81 | 26.26 | 18.18 | - |
| YUV | 140.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 109 | 0 | 0.13 | 0.31 | 0.38 | 34.29 | 0.2 | 0.52 |
| Hex | 9E | 89 | 6D | 0 | D | 1F | 26 | 22 | 14 | 34 |
| Octal | 236 | 211 | 155 | 0 | 15 | 37 | 46 | 42 | 24 | 64 |
| Binary | 10011110 | 10001001 | 1101101 | 0 | 1101 | 11111 | 100110 | 100010 | 10100 | 110100 |
Color Harmonies of #9E896D
Complementary color
Monochromatic Colors of #9E896D
Black with #9E896D
Text Example
Text Example
White with #9E896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E896D; }
p { color: rgb(158,137,109); }
H1.HeaderClassName
{
color: #9E896D;
}
.AnyTagClassName
{
color: #9E896D;
}
</style>
background-color css
<style>
a { background-color: #9E896D; }
a { background-color: rgb(158,137,109); }
div.DivClassName
{
background-color: #9E896D;
}
.BgClassName
{
background-color: #9E896D;
}
</style>
border-color css
<style>
span { border-color: #9E896D; }
span { border-color: rgb(158,137,109); }
td.TdClassName
{
border-color: #9E896D;
}
.TagClassName
{
border-color: #9E896D;
}
</style>