Shades of Sandal #9E8369
Tints of Sandal #9E8369
RGB
CMYK
RGB Variations
Color information
#9E8369 (or 0x9E8369) is known color: Sandal. HEX triplet: 9E, 83 and 69. RGB value is (158,131,105). Sum of RGB (Red+Green+Blue) = 158+131+105=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8369 is #617C96. Grayscale: #888888. Windows color (decimal): -6388887 or 6914974. OLE color: 6914974.
HSL color Cylindrical-coordinate representation of color #9E8369: hue angle of 29.43º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E8369 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 131 | 105 | - |
| CMYK | 0 | 0.17 | 0.34 | 0.38 |
| HSL | 29.43º | 0.21% | 0.52% | - |
| HSV(B) | 29.43º | 0.34% | 0.62% | - |
| XYZ | 24.77 | 24.52 | 16.79 | - |
| YUV | 136.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 131 | 105 | 0 | 0.17 | 0.34 | 0.38 | 29.43 | 0.21 | 0.52 |
| Hex | 9E | 83 | 69 | 0 | 11 | 22 | 26 | 1D | 15 | 34 |
| Octal | 236 | 203 | 151 | 0 | 21 | 42 | 46 | 35 | 25 | 64 |
| Binary | 10011110 | 10000011 | 1101001 | 0 | 10001 | 100010 | 100110 | 11101 | 10101 | 110100 |
Color Harmonies of #9E8369
Complementary color
Monochromatic Colors of #9E8369
Black with #9E8369
Text Example
Text Example
White with #9E8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8369; }
p { color: rgb(158,131,105); }
H1.HeaderClassName
{
color: #9E8369;
}
.AnyTagClassName
{
color: #9E8369;
}
</style>
background-color css
<style>
a { background-color: #9E8369; }
a { background-color: rgb(158,131,105); }
div.DivClassName
{
background-color: #9E8369;
}
.BgClassName
{
background-color: #9E8369;
}
</style>
border-color css
<style>
span { border-color: #9E8369; }
span { border-color: rgb(158,131,105); }
td.TdClassName
{
border-color: #9E8369;
}
.TagClassName
{
border-color: #9E8369;
}
</style>