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