Shades of Sandal #9A866D
Tints of Sandal #9A866D
RGB
CMYK
RGB Variations
Color information
#9A866D (or 0x9A866D) is known color: Sandal. HEX triplet: 9A, 86 and 6D. RGB value is (154,134,109). Sum of RGB (Red+Green+Blue) = 154+134+109=397 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.79% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 154 - color contains mainly: red. Hex color #9A866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A866D is #657992. Grayscale: #898989. Windows color (decimal): -6650259 or 7177882. OLE color: 7177882.
HSL color Cylindrical-coordinate representation of color #9A866D: hue angle of 33.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A866D is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 134 | 109 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.40 |
| HSL | 33.33º | 0.18% | 0.52% | - |
| HSV(B) | 33.33º | 0.29% | 0.6% | - |
| XYZ | 24.61 | 25.02 | 18 | - |
| YUV | 137.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 109 | 0 | 0.13 | 0.29 | 0.40 | 33.33 | 0.18 | 0.52 |
| Hex | 9A | 86 | 6D | 0 | D | 1D | 28 | 21 | 12 | 34 |
| Octal | 232 | 206 | 155 | 0 | 15 | 35 | 50 | 41 | 22 | 64 |
| Binary | 10011010 | 10000110 | 1101101 | 0 | 1101 | 11101 | 101000 | 100001 | 10010 | 110100 |
Color Harmonies of #9A866D
Complementary color
Monochromatic Colors of #9A866D
Black with #9A866D
Text Example
Text Example
White with #9A866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A866D; }
p { color: rgb(154,134,109); }
H1.HeaderClassName
{
color: #9A866D;
}
.AnyTagClassName
{
color: #9A866D;
}
</style>
background-color css
<style>
a { background-color: #9A866D; }
a { background-color: rgb(154,134,109); }
div.DivClassName
{
background-color: #9A866D;
}
.BgClassName
{
background-color: #9A866D;
}
</style>
border-color css
<style>
span { border-color: #9A866D; }
span { border-color: rgb(154,134,109); }
td.TdClassName
{
border-color: #9A866D;
}
.TagClassName
{
border-color: #9A866D;
}
</style>