Shades of Sandal #9F8964
Tints of Sandal #9F8964
RGB
CMYK
RGB Variations
Color information
#9F8964 (or 0x9F8964) is known color: Sandal. HEX triplet: 9F, 89 and 64. RGB value is (159,137,100). Sum of RGB (Red+Green+Blue) = 159+137+100=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8964 is #60769B. Grayscale: #8B8B8B. Windows color (decimal): -6321820 or 6588831. OLE color: 6588831.
HSL color Cylindrical-coordinate representation of color #9F8964: hue angle of 37.63º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F8964 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 100 | - |
| CMYK | 0 | 0.14 | 0.37 | 0.38 |
| HSL | 37.63º | 0.24% | 0.51% | - |
| HSV(B) | 37.63º | 0.37% | 0.62% | - |
| XYZ | 25.54 | 26.18 | 15.76 | - |
| YUV | 139.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 100 | 0 | 0.14 | 0.37 | 0.38 | 37.63 | 0.24 | 0.51 |
| Hex | 9F | 89 | 64 | 0 | E | 25 | 26 | 26 | 18 | 33 |
| Octal | 237 | 211 | 144 | 0 | 16 | 45 | 46 | 46 | 30 | 63 |
| Binary | 10011111 | 10001001 | 1100100 | 0 | 1110 | 100101 | 100110 | 100110 | 11000 | 110011 |
Color Harmonies of #9F8964
Complementary color
Monochromatic Colors of #9F8964
Black with #9F8964
Text Example
Text Example
White with #9F8964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8964; }
p { color: rgb(159,137,100); }
H1.HeaderClassName
{
color: #9F8964;
}
.AnyTagClassName
{
color: #9F8964;
}
</style>
background-color css
<style>
a { background-color: #9F8964; }
a { background-color: rgb(159,137,100); }
div.DivClassName
{
background-color: #9F8964;
}
.BgClassName
{
background-color: #9F8964;
}
</style>
border-color css
<style>
span { border-color: #9F8964; }
span { border-color: rgb(159,137,100); }
td.TdClassName
{
border-color: #9F8964;
}
.TagClassName
{
border-color: #9F8964;
}
</style>