Shades of Sandal #9E846A
Tints of Sandal #9E846A
RGB
CMYK
RGB Variations
Color information
#9E846A (or 0x9E846A) is known color: Sandal. HEX triplet: 9E, 84 and 6A. RGB value is (158,132,106). Sum of RGB (Red+Green+Blue) = 158+132+106=396 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.90% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 158 - color contains mainly: red. Hex color #9E846A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E846A is #617B95. Grayscale: #888888. Windows color (decimal): -6388630 or 6980766. OLE color: 6980766.
HSL color Cylindrical-coordinate representation of color #9E846A: hue angle of 30º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E846A is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 132 | 106 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.38 |
| HSL | 30º | 0.21% | 0.52% | - |
| HSV(B) | 30º | 0.33% | 0.62% | - |
| XYZ | 24.95 | 24.81 | 17.11 | - |
| YUV | 136.81 | 110.61 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 106 | 0 | 0.16 | 0.33 | 0.38 | 30 | 0.21 | 0.52 |
| Hex | 9E | 84 | 6A | 0 | 10 | 21 | 26 | 1E | 15 | 34 |
| Octal | 236 | 204 | 152 | 0 | 20 | 41 | 46 | 36 | 25 | 64 |
| Binary | 10011110 | 10000100 | 1101010 | 0 | 10000 | 100001 | 100110 | 11110 | 10101 | 110100 |
Color Harmonies of #9E846A
Complementary color
Monochromatic Colors of #9E846A
Black with #9E846A
Text Example
Text Example
White with #9E846A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E846A; }
p { color: rgb(158,132,106); }
H1.HeaderClassName
{
color: #9E846A;
}
.AnyTagClassName
{
color: #9E846A;
}
</style>
background-color css
<style>
a { background-color: #9E846A; }
a { background-color: rgb(158,132,106); }
div.DivClassName
{
background-color: #9E846A;
}
.BgClassName
{
background-color: #9E846A;
}
</style>
border-color css
<style>
span { border-color: #9E846A; }
span { border-color: rgb(158,132,106); }
td.TdClassName
{
border-color: #9E846A;
}
.TagClassName
{
border-color: #9E846A;
}
</style>