Shades of Sandal #9E856D
Tints of Sandal #9E856D
RGB
CMYK
RGB Variations
Color information
#9E856D (or 0x9E856D) is known color: Sandal. HEX triplet: 9E, 85 and 6D. RGB value is (158,133,109). Sum of RGB (Red+Green+Blue) = 158+133+109=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E856D is #617A92. Grayscale: #898989. Windows color (decimal): -6388371 or 7177630. OLE color: 7177630.
HSL color Cylindrical-coordinate representation of color #9E856D: hue angle of 29.39º 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 #9E856D is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 109 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.38 |
| HSL | 29.39º | 0.2% | 0.52% | - |
| HSV(B) | 29.39º | 0.31% | 0.62% | - |
| XYZ | 25.25 | 25.15 | 17.99 | - |
| YUV | 137.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 109 | 0 | 0.16 | 0.31 | 0.38 | 29.39 | 0.2 | 0.52 |
| Hex | 9E | 85 | 6D | 0 | 10 | 1F | 26 | 1D | 14 | 34 |
| Octal | 236 | 205 | 155 | 0 | 20 | 37 | 46 | 35 | 24 | 64 |
| Binary | 10011110 | 10000101 | 1101101 | 0 | 10000 | 11111 | 100110 | 11101 | 10100 | 110100 |
Color Harmonies of #9E856D
Complementary color
Monochromatic Colors of #9E856D
Black with #9E856D
Text Example
Text Example
White with #9E856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E856D; }
p { color: rgb(158,133,109); }
H1.HeaderClassName
{
color: #9E856D;
}
.AnyTagClassName
{
color: #9E856D;
}
</style>
background-color css
<style>
a { background-color: #9E856D; }
a { background-color: rgb(158,133,109); }
div.DivClassName
{
background-color: #9E856D;
}
.BgClassName
{
background-color: #9E856D;
}
</style>
border-color css
<style>
span { border-color: #9E856D; }
span { border-color: rgb(158,133,109); }
td.TdClassName
{
border-color: #9E856D;
}
.TagClassName
{
border-color: #9E856D;
}
</style>