Shades of Sandal #9C866D
Tints of Sandal #9C866D
RGB
CMYK
RGB Variations
Color information
#9C866D (or 0x9C866D) is known color: Sandal. HEX triplet: 9C, 86 and 6D. RGB value is (156,134,109). Sum of RGB (Red+Green+Blue) = 156+134+109=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C866D is #637992. Grayscale: #898989. Windows color (decimal): -6519187 or 7177884. OLE color: 7177884.
HSL color Cylindrical-coordinate representation of color #9C866D: hue angle of 31.91º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C866D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 109 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.39 |
| HSL | 31.91º | 0.19% | 0.52% | - |
| HSV(B) | 31.91º | 0.3% | 0.61% | - |
| XYZ | 25 | 25.22 | 18.02 | - |
| YUV | 137.73 | 111.79 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 109 | 0 | 0.14 | 0.30 | 0.39 | 31.91 | 0.19 | 0.52 |
| Hex | 9C | 86 | 6D | 0 | E | 1E | 27 | 20 | 13 | 34 |
| Octal | 234 | 206 | 155 | 0 | 16 | 36 | 47 | 40 | 23 | 64 |
| Binary | 10011100 | 10000110 | 1101101 | 0 | 1110 | 11110 | 100111 | 100000 | 10011 | 110100 |
Color Harmonies of #9C866D
Complementary color
Monochromatic Colors of #9C866D
Black with #9C866D
Text Example
Text Example
White with #9C866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C866D; }
p { color: rgb(156,134,109); }
H1.HeaderClassName
{
color: #9C866D;
}
.AnyTagClassName
{
color: #9C866D;
}
</style>
background-color css
<style>
a { background-color: #9C866D; }
a { background-color: rgb(156,134,109); }
div.DivClassName
{
background-color: #9C866D;
}
.BgClassName
{
background-color: #9C866D;
}
</style>
border-color css
<style>
span { border-color: #9C866D; }
span { border-color: rgb(156,134,109); }
td.TdClassName
{
border-color: #9C866D;
}
.TagClassName
{
border-color: #9C866D;
}
</style>