Shades of Sandal #9B866D
Tints of Sandal #9B866D
RGB
CMYK
RGB Variations
Color information
#9B866D (or 0x9B866D) is known color: Sandal. HEX triplet: 9B, 86 and 6D. RGB value is (155,134,109). Sum of RGB (Red+Green+Blue) = 155+134+109=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B866D is #647992. Grayscale: #898989. Windows color (decimal): -6584723 or 7177883. OLE color: 7177883.
HSL color Cylindrical-coordinate representation of color #9B866D: hue angle of 32.61º 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 #9B866D is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 134 | 109 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.39 |
| HSL | 32.61º | 0.19% | 0.52% | - |
| HSV(B) | 32.61º | 0.3% | 0.61% | - |
| XYZ | 24.8 | 25.12 | 18.01 | - |
| YUV | 137.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 134 | 109 | 0 | 0.14 | 0.30 | 0.39 | 32.61 | 0.19 | 0.52 |
| Hex | 9B | 86 | 6D | 0 | E | 1E | 27 | 21 | 13 | 34 |
| Octal | 233 | 206 | 155 | 0 | 16 | 36 | 47 | 41 | 23 | 64 |
| Binary | 10011011 | 10000110 | 1101101 | 0 | 1110 | 11110 | 100111 | 100001 | 10011 | 110100 |
Color Harmonies of #9B866D
Complementary color
Monochromatic Colors of #9B866D
Black with #9B866D
Text Example
Text Example
White with #9B866D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B866D; }
p { color: rgb(155,134,109); }
H1.HeaderClassName
{
color: #9B866D;
}
.AnyTagClassName
{
color: #9B866D;
}
</style>
background-color css
<style>
a { background-color: #9B866D; }
a { background-color: rgb(155,134,109); }
div.DivClassName
{
background-color: #9B866D;
}
.BgClassName
{
background-color: #9B866D;
}
</style>
border-color css
<style>
span { border-color: #9B866D; }
span { border-color: rgb(155,134,109); }
td.TdClassName
{
border-color: #9B866D;
}
.TagClassName
{
border-color: #9B866D;
}
</style>