Shades of Sandal #9E8269
Tints of Sandal #9E8269
RGB
CMYK
RGB Variations
Color information
#9E8269 (or 0x9E8269) is known color: Sandal. HEX triplet: 9E, 82 and 69. RGB value is (158,130,105). Sum of RGB (Red+Green+Blue) = 158+130+105=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8269 is #617D96. Grayscale: #878787. Windows color (decimal): -6389143 or 6914718. OLE color: 6914718.
HSL color Cylindrical-coordinate representation of color #9E8269: hue angle of 28.3º 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 #9E8269 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 105 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.38 |
| HSL | 28.3º | 0.21% | 0.52% | - |
| HSV(B) | 28.3º | 0.34% | 0.62% | - |
| XYZ | 24.63 | 24.25 | 16.75 | - |
| YUV | 135.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 105 | 0 | 0.18 | 0.34 | 0.38 | 28.3 | 0.21 | 0.52 |
| Hex | 9E | 82 | 69 | 0 | 12 | 22 | 26 | 1C | 15 | 34 |
| Octal | 236 | 202 | 151 | 0 | 22 | 42 | 46 | 34 | 25 | 64 |
| Binary | 10011110 | 10000010 | 1101001 | 0 | 10010 | 100010 | 100110 | 11100 | 10101 | 110100 |
Color Harmonies of #9E8269
Complementary color
Monochromatic Colors of #9E8269
Black with #9E8269
Text Example
Text Example
White with #9E8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8269; }
p { color: rgb(158,130,105); }
H1.HeaderClassName
{
color: #9E8269;
}
.AnyTagClassName
{
color: #9E8269;
}
</style>
background-color css
<style>
a { background-color: #9E8269; }
a { background-color: rgb(158,130,105); }
div.DivClassName
{
background-color: #9E8269;
}
.BgClassName
{
background-color: #9E8269;
}
</style>
border-color css
<style>
span { border-color: #9E8269; }
span { border-color: rgb(158,130,105); }
td.TdClassName
{
border-color: #9E8269;
}
.TagClassName
{
border-color: #9E8269;
}
</style>