Shades of Sandal #9D856E
Tints of Sandal #9D856E
RGB
CMYK
RGB Variations
Color information
#9D856E (or 0x9D856E) is known color: Sandal. HEX triplet: 9D, 85 and 6E. RGB value is (157,133,110). Sum of RGB (Red+Green+Blue) = 157+133+110=400 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.25% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 157 - color contains mainly: red. Hex color #9D856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D856E is #627A91. Grayscale: #898989. Windows color (decimal): -6453906 or 7243165. OLE color: 7243165.
HSL color Cylindrical-coordinate representation of color #9D856E: hue angle of 29.36º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D856E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 133 | 110 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.38 |
| HSL | 29.36º | 0.19% | 0.52% | - |
| HSV(B) | 29.36º | 0.3% | 0.62% | - |
| XYZ | 25.11 | 25.07 | 18.27 | - |
| YUV | 137.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 133 | 110 | 0 | 0.15 | 0.30 | 0.38 | 29.36 | 0.19 | 0.52 |
| Hex | 9D | 85 | 6E | 0 | F | 1E | 26 | 1D | 13 | 34 |
| Octal | 235 | 205 | 156 | 0 | 17 | 36 | 46 | 35 | 23 | 64 |
| Binary | 10011101 | 10000101 | 1101110 | 0 | 1111 | 11110 | 100110 | 11101 | 10011 | 110100 |
Color Harmonies of #9D856E
Complementary color
Monochromatic Colors of #9D856E
Black with #9D856E
Text Example
Text Example
White with #9D856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D856E; }
p { color: rgb(157,133,110); }
H1.HeaderClassName
{
color: #9D856E;
}
.AnyTagClassName
{
color: #9D856E;
}
</style>
background-color css
<style>
a { background-color: #9D856E; }
a { background-color: rgb(157,133,110); }
div.DivClassName
{
background-color: #9D856E;
}
.BgClassName
{
background-color: #9D856E;
}
</style>
border-color css
<style>
span { border-color: #9D856E; }
span { border-color: rgb(157,133,110); }
td.TdClassName
{
border-color: #9D856E;
}
.TagClassName
{
border-color: #9D856E;
}
</style>