Shades of Sandal #9E8962
Tints of Sandal #9E8962
RGB
CMYK
RGB Variations
Color information
#9E8962 (or 0x9E8962) is known color: Sandal. HEX triplet: 9E, 89 and 62. RGB value is (158,137,98). Sum of RGB (Red+Green+Blue) = 158+137+98=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 98 (38.67% from 255 or 24.94% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8962 is #61769D. Grayscale: #8B8B8B. Windows color (decimal): -6387358 or 6457758. OLE color: 6457758.
HSL color Cylindrical-coordinate representation of color #9E8962: hue angle of 39º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E8962 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 137 | 98 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.38 |
| HSL | 39º | 0.24% | 0.5% | - |
| HSV(B) | 39º | 0.38% | 0.62% | - |
| XYZ | 25.25 | 26.04 | 15.25 | - |
| YUV | 138.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 137 | 98 | 0 | 0.13 | 0.38 | 0.38 | 39 | 0.24 | 0.5 |
| Hex | 9E | 89 | 62 | 0 | D | 26 | 26 | 27 | 18 | 32 |
| Octal | 236 | 211 | 142 | 0 | 15 | 46 | 46 | 47 | 30 | 62 |
| Binary | 10011110 | 10001001 | 1100010 | 0 | 1101 | 100110 | 100110 | 100111 | 11000 | 110010 |
Color Harmonies of #9E8962
Complementary color
Monochromatic Colors of #9E8962
Black with #9E8962
Text Example
Text Example
White with #9E8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8962; }
p { color: rgb(158,137,98); }
H1.HeaderClassName
{
color: #9E8962;
}
.AnyTagClassName
{
color: #9E8962;
}
</style>
background-color css
<style>
a { background-color: #9E8962; }
a { background-color: rgb(158,137,98); }
div.DivClassName
{
background-color: #9E8962;
}
.BgClassName
{
background-color: #9E8962;
}
</style>
border-color css
<style>
span { border-color: #9E8962; }
span { border-color: rgb(158,137,98); }
td.TdClassName
{
border-color: #9E8962;
}
.TagClassName
{
border-color: #9E8962;
}
</style>