Shades of Sandal #9D8668
Tints of Sandal #9D8668
RGB
CMYK
RGB Variations
Color information
#9D8668 (or 0x9D8668) is known color: Sandal. HEX triplet: 9D, 86 and 68. RGB value is (157,134,104). Sum of RGB (Red+Green+Blue) = 157+134+104=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8668 is #627997. Grayscale: #898989. Windows color (decimal): -6453656 or 6850205. OLE color: 6850205.
HSL color Cylindrical-coordinate representation of color #9D8668: hue angle of 33.96º 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 #9D8668 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 104 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.38 |
| HSL | 33.96º | 0.21% | 0.51% | - |
| HSV(B) | 33.96º | 0.34% | 0.62% | - |
| XYZ | 24.93 | 25.22 | 16.65 | - |
| YUV | 137.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 104 | 0 | 0.15 | 0.34 | 0.38 | 33.96 | 0.21 | 0.51 |
| Hex | 9D | 86 | 68 | 0 | F | 22 | 26 | 22 | 15 | 33 |
| Octal | 235 | 206 | 150 | 0 | 17 | 42 | 46 | 42 | 25 | 63 |
| Binary | 10011101 | 10000110 | 1101000 | 0 | 1111 | 100010 | 100110 | 100010 | 10101 | 110011 |
Color Harmonies of #9D8668
Complementary color
Monochromatic Colors of #9D8668
Black with #9D8668
Text Example
Text Example
White with #9D8668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8668; }
p { color: rgb(157,134,104); }
H1.HeaderClassName
{
color: #9D8668;
}
.AnyTagClassName
{
color: #9D8668;
}
</style>
background-color css
<style>
a { background-color: #9D8668; }
a { background-color: rgb(157,134,104); }
div.DivClassName
{
background-color: #9D8668;
}
.BgClassName
{
background-color: #9D8668;
}
</style>
border-color css
<style>
span { border-color: #9D8668; }
span { border-color: rgb(157,134,104); }
td.TdClassName
{
border-color: #9D8668;
}
.TagClassName
{
border-color: #9D8668;
}
</style>