Shades of Sandal #9E826D
Tints of Sandal #9E826D
RGB
CMYK
RGB Variations
Color information
#9E826D (or 0x9E826D) is known color: Sandal. HEX triplet: 9E, 82 and 6D. RGB value is (158,130,109). Sum of RGB (Red+Green+Blue) = 158+130+109=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E826D is #617D92. Grayscale: #888888. Windows color (decimal): -6389139 or 7176862. OLE color: 7176862.
HSL color Cylindrical-coordinate representation of color #9E826D: hue angle of 25.71º 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 #9E826D is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 109 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.38 |
| HSL | 25.71º | 0.2% | 0.52% | - |
| HSV(B) | 25.71º | 0.31% | 0.62% | - |
| XYZ | 24.84 | 24.34 | 17.86 | - |
| YUV | 135.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 109 | 0 | 0.18 | 0.31 | 0.38 | 25.71 | 0.2 | 0.52 |
| Hex | 9E | 82 | 6D | 0 | 12 | 1F | 26 | 1A | 14 | 34 |
| Octal | 236 | 202 | 155 | 0 | 22 | 37 | 46 | 32 | 24 | 64 |
| Binary | 10011110 | 10000010 | 1101101 | 0 | 10010 | 11111 | 100110 | 11010 | 10100 | 110100 |
Color Harmonies of #9E826D
Complementary color
Monochromatic Colors of #9E826D
Black with #9E826D
Text Example
Text Example
White with #9E826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E826D; }
p { color: rgb(158,130,109); }
H1.HeaderClassName
{
color: #9E826D;
}
.AnyTagClassName
{
color: #9E826D;
}
</style>
background-color css
<style>
a { background-color: #9E826D; }
a { background-color: rgb(158,130,109); }
div.DivClassName
{
background-color: #9E826D;
}
.BgClassName
{
background-color: #9E826D;
}
</style>
border-color css
<style>
span { border-color: #9E826D; }
span { border-color: rgb(158,130,109); }
td.TdClassName
{
border-color: #9E826D;
}
.TagClassName
{
border-color: #9E826D;
}
</style>