Shades of Sandal #9E886B
Tints of Sandal #9E886B
RGB
CMYK
RGB Variations
Color information
#9E886B (or 0x9E886B) is known color: Sandal. HEX triplet: 9E, 88 and 6B. RGB value is (158,136,107). Sum of RGB (Red+Green+Blue) = 158+136+107=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E886B is #617794. Grayscale: #8B8B8B. Windows color (decimal): -6387605 or 7047326. OLE color: 7047326.
HSL color Cylindrical-coordinate representation of color #9E886B: hue angle of 34.12º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E886B is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 136 | 107 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.38 |
| HSL | 34.12º | 0.21% | 0.52% | - |
| HSV(B) | 34.12º | 0.32% | 0.62% | - |
| XYZ | 25.56 | 25.94 | 17.57 | - |
| YUV | 139.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 107 | 0 | 0.14 | 0.32 | 0.38 | 34.12 | 0.21 | 0.52 |
| Hex | 9E | 88 | 6B | 0 | E | 20 | 26 | 22 | 15 | 34 |
| Octal | 236 | 210 | 153 | 0 | 16 | 40 | 46 | 42 | 25 | 64 |
| Binary | 10011110 | 10001000 | 1101011 | 0 | 1110 | 100000 | 100110 | 100010 | 10101 | 110100 |
Color Harmonies of #9E886B
Complementary color
Monochromatic Colors of #9E886B
Black with #9E886B
Text Example
Text Example
White with #9E886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E886B; }
p { color: rgb(158,136,107); }
H1.HeaderClassName
{
color: #9E886B;
}
.AnyTagClassName
{
color: #9E886B;
}
</style>
background-color css
<style>
a { background-color: #9E886B; }
a { background-color: rgb(158,136,107); }
div.DivClassName
{
background-color: #9E886B;
}
.BgClassName
{
background-color: #9E886B;
}
</style>
border-color css
<style>
span { border-color: #9E886B; }
span { border-color: rgb(158,136,107); }
td.TdClassName
{
border-color: #9E886B;
}
.TagClassName
{
border-color: #9E886B;
}
</style>