Shades of Sandal #9B876F
Tints of Sandal #9B876F
RGB
CMYK
RGB Variations
Color information
#9B876F (or 0x9B876F) is known color: Sandal. HEX triplet: 9B, 87 and 6F. RGB value is (155,135,111). Sum of RGB (Red+Green+Blue) = 155+135+111=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B876F is #647890. Grayscale: #8A8A8A. Windows color (decimal): -6584465 or 7309211. OLE color: 7309211.
HSL color Cylindrical-coordinate representation of color #9B876F: hue angle of 32.73º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B876F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 135 | 111 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.39 |
| HSL | 32.73º | 0.18% | 0.52% | - |
| HSV(B) | 32.73º | 0.28% | 0.61% | - |
| XYZ | 25.05 | 25.44 | 18.63 | - |
| YUV | 138.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 111 | 0 | 0.13 | 0.28 | 0.39 | 32.73 | 0.18 | 0.52 |
| Hex | 9B | 87 | 6F | 0 | D | 1C | 27 | 21 | 12 | 34 |
| Octal | 233 | 207 | 157 | 0 | 15 | 34 | 47 | 41 | 22 | 64 |
| Binary | 10011011 | 10000111 | 1101111 | 0 | 1101 | 11100 | 100111 | 100001 | 10010 | 110100 |
Color Harmonies of #9B876F
Complementary color
Monochromatic Colors of #9B876F
Black with #9B876F
Text Example
Text Example
White with #9B876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B876F; }
p { color: rgb(155,135,111); }
H1.HeaderClassName
{
color: #9B876F;
}
.AnyTagClassName
{
color: #9B876F;
}
</style>
background-color css
<style>
a { background-color: #9B876F; }
a { background-color: rgb(155,135,111); }
div.DivClassName
{
background-color: #9B876F;
}
.BgClassName
{
background-color: #9B876F;
}
</style>
border-color css
<style>
span { border-color: #9B876F; }
span { border-color: rgb(155,135,111); }
td.TdClassName
{
border-color: #9B876F;
}
.TagClassName
{
border-color: #9B876F;
}
</style>