Shades of Sandal #9F896D
Tints of Sandal #9F896D
RGB
CMYK
RGB Variations
Color information
#9F896D (or 0x9F896D) is known color: Sandal. HEX triplet: 9F, 89 and 6D. RGB value is (159,137,109). Sum of RGB (Red+Green+Blue) = 159+137+109=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F896D is #607692. Grayscale: #8C8C8C. Windows color (decimal): -6321811 or 7178655. OLE color: 7178655.
HSL color Cylindrical-coordinate representation of color #9F896D: hue angle of 33.6º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F896D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 109 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.38 |
| HSL | 33.6º | 0.21% | 0.53% | - |
| HSV(B) | 33.6º | 0.31% | 0.62% | - |
| XYZ | 26 | 26.37 | 18.19 | - |
| YUV | 140.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 109 | 0 | 0.14 | 0.31 | 0.38 | 33.6 | 0.21 | 0.53 |
| Hex | 9F | 89 | 6D | 0 | E | 1F | 26 | 22 | 15 | 35 |
| Octal | 237 | 211 | 155 | 0 | 16 | 37 | 46 | 42 | 25 | 65 |
| Binary | 10011111 | 10001001 | 1101101 | 0 | 1110 | 11111 | 100110 | 100010 | 10101 | 110101 |
Color Harmonies of #9F896D
Complementary color
Monochromatic Colors of #9F896D
Black with #9F896D
Text Example
Text Example
White with #9F896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F896D; }
p { color: rgb(159,137,109); }
H1.HeaderClassName
{
color: #9F896D;
}
.AnyTagClassName
{
color: #9F896D;
}
</style>
background-color css
<style>
a { background-color: #9F896D; }
a { background-color: rgb(159,137,109); }
div.DivClassName
{
background-color: #9F896D;
}
.BgClassName
{
background-color: #9F896D;
}
</style>
border-color css
<style>
span { border-color: #9F896D; }
span { border-color: rgb(159,137,109); }
td.TdClassName
{
border-color: #9F896D;
}
.TagClassName
{
border-color: #9F896D;
}
</style>