Shades of Sandal #9D866E
Tints of Sandal #9D866E
RGB
CMYK
RGB Variations
Color information
#9D866E (or 0x9D866E) is known color: Sandal. HEX triplet: 9D, 86 and 6E. RGB value is (157,134,110). Sum of RGB (Red+Green+Blue) = 157+134+110=401 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.15% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 157 - color contains mainly: red. Hex color #9D866E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D866E is #627991. Grayscale: #8A8A8A. Windows color (decimal): -6453650 or 7243421. OLE color: 7243421.
HSL color Cylindrical-coordinate representation of color #9D866E: hue angle of 30.64º 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 #9D866E is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 110 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.38 |
| HSL | 30.64º | 0.19% | 0.52% | - |
| HSV(B) | 30.64º | 0.3% | 0.62% | - |
| XYZ | 25.24 | 25.34 | 18.31 | - |
| YUV | 138.14 | 112.12 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 110 | 0 | 0.15 | 0.30 | 0.38 | 30.64 | 0.19 | 0.52 |
| Hex | 9D | 86 | 6E | 0 | F | 1E | 26 | 1F | 13 | 34 |
| Octal | 235 | 206 | 156 | 0 | 17 | 36 | 46 | 37 | 23 | 64 |
| Binary | 10011101 | 10000110 | 1101110 | 0 | 1111 | 11110 | 100110 | 11111 | 10011 | 110100 |
Color Harmonies of #9D866E
Complementary color
Monochromatic Colors of #9D866E
Black with #9D866E
Text Example
Text Example
White with #9D866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D866E; }
p { color: rgb(157,134,110); }
H1.HeaderClassName
{
color: #9D866E;
}
.AnyTagClassName
{
color: #9D866E;
}
</style>
background-color css
<style>
a { background-color: #9D866E; }
a { background-color: rgb(157,134,110); }
div.DivClassName
{
background-color: #9D866E;
}
.BgClassName
{
background-color: #9D866E;
}
</style>
border-color css
<style>
span { border-color: #9D866E; }
span { border-color: rgb(157,134,110); }
td.TdClassName
{
border-color: #9D866E;
}
.TagClassName
{
border-color: #9D866E;
}
</style>