Shades of Sandal #9D8868
Tints of Sandal #9D8868
RGB
CMYK
RGB Variations
Color information
#9D8868 (or 0x9D8868) is known color: Sandal. HEX triplet: 9D, 88 and 68. RGB value is (157,136,104). Sum of RGB (Red+Green+Blue) = 157+136+104=397 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.55% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8868 is #627797. Grayscale: #8A8A8A. Windows color (decimal): -6453144 or 6850717. OLE color: 6850717.
HSL color Cylindrical-coordinate representation of color #9D8868: hue angle of 36.23º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8868 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 136 | 104 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.38 |
| HSL | 36.23º | 0.21% | 0.51% | - |
| HSV(B) | 36.23º | 0.34% | 0.62% | - |
| XYZ | 25.21 | 25.78 | 16.74 | - |
| YUV | 138.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 136 | 104 | 0 | 0.13 | 0.34 | 0.38 | 36.23 | 0.21 | 0.51 |
| Hex | 9D | 88 | 68 | 0 | D | 22 | 26 | 24 | 15 | 33 |
| Octal | 235 | 210 | 150 | 0 | 15 | 42 | 46 | 44 | 25 | 63 |
| Binary | 10011101 | 10001000 | 1101000 | 0 | 1101 | 100010 | 100110 | 100100 | 10101 | 110011 |
Color Harmonies of #9D8868
Complementary color
Monochromatic Colors of #9D8868
Black with #9D8868
Text Example
Text Example
White with #9D8868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8868; }
p { color: rgb(157,136,104); }
H1.HeaderClassName
{
color: #9D8868;
}
.AnyTagClassName
{
color: #9D8868;
}
</style>
background-color css
<style>
a { background-color: #9D8868; }
a { background-color: rgb(157,136,104); }
div.DivClassName
{
background-color: #9D8868;
}
.BgClassName
{
background-color: #9D8868;
}
</style>
border-color css
<style>
span { border-color: #9D8868; }
span { border-color: rgb(157,136,104); }
td.TdClassName
{
border-color: #9D8868;
}
.TagClassName
{
border-color: #9D8868;
}
</style>