Shades of Sandal #9D866F
Tints of Sandal #9D866F
RGB
CMYK
RGB Variations
Color information
#9D866F (or 0x9D866F) is known color: Sandal. HEX triplet: 9D, 86 and 6F. RGB value is (157,134,111). Sum of RGB (Red+Green+Blue) = 157+134+111=402 (53% of max value = 765). Red value is 157 (61.72% from 255 or 39.05% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 157 - color contains mainly: red. Hex color #9D866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D866F is #627990. Grayscale: #8A8A8A. Windows color (decimal): -6453649 or 7308957. OLE color: 7308957.
HSL color Cylindrical-coordinate representation of color #9D866F: hue angle of 30º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D866F is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 111 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.38 |
| HSL | 30º | 0.19% | 0.53% | - |
| HSV(B) | 30º | 0.29% | 0.62% | - |
| XYZ | 25.3 | 25.37 | 18.6 | - |
| YUV | 138.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 111 | 0 | 0.15 | 0.29 | 0.38 | 30 | 0.19 | 0.53 |
| Hex | 9D | 86 | 6F | 0 | F | 1D | 26 | 1E | 13 | 35 |
| Octal | 235 | 206 | 157 | 0 | 17 | 35 | 46 | 36 | 23 | 65 |
| Binary | 10011101 | 10000110 | 1101111 | 0 | 1111 | 11101 | 100110 | 11110 | 10011 | 110101 |
Color Harmonies of #9D866F
Complementary color
Monochromatic Colors of #9D866F
Black with #9D866F
Text Example
Text Example
White with #9D866F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D866F; }
p { color: rgb(157,134,111); }
H1.HeaderClassName
{
color: #9D866F;
}
.AnyTagClassName
{
color: #9D866F;
}
</style>
background-color css
<style>
a { background-color: #9D866F; }
a { background-color: rgb(157,134,111); }
div.DivClassName
{
background-color: #9D866F;
}
.BgClassName
{
background-color: #9D866F;
}
</style>
border-color css
<style>
span { border-color: #9D866F; }
span { border-color: rgb(157,134,111); }
td.TdClassName
{
border-color: #9D866F;
}
.TagClassName
{
border-color: #9D866F;
}
</style>