Shades of Sandal #9F8565
Tints of Sandal #9F8565
RGB
CMYK
RGB Variations
Color information
#9F8565 (or 0x9F8565) is known color: Sandal. HEX triplet: 9F, 85 and 65. RGB value is (159,133,101). Sum of RGB (Red+Green+Blue) = 159+133+101=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8565 is #607A9A. Grayscale: #898989. Windows color (decimal): -6322843 or 6653343. OLE color: 6653343.
HSL color Cylindrical-coordinate representation of color #9F8565: hue angle of 33.1º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F8565 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 101 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.38 |
| HSL | 33.1º | 0.23% | 0.51% | - |
| HSV(B) | 33.1º | 0.36% | 0.62% | - |
| XYZ | 25.03 | 25.09 | 15.83 | - |
| YUV | 137.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 101 | 0 | 0.16 | 0.36 | 0.38 | 33.1 | 0.23 | 0.51 |
| Hex | 9F | 85 | 65 | 0 | 10 | 24 | 26 | 21 | 17 | 33 |
| Octal | 237 | 205 | 145 | 0 | 20 | 44 | 46 | 41 | 27 | 63 |
| Binary | 10011111 | 10000101 | 1100101 | 0 | 10000 | 100100 | 100110 | 100001 | 10111 | 110011 |
Color Harmonies of #9F8565
Complementary color
Monochromatic Colors of #9F8565
Black with #9F8565
Text Example
Text Example
White with #9F8565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8565; }
p { color: rgb(159,133,101); }
H1.HeaderClassName
{
color: #9F8565;
}
.AnyTagClassName
{
color: #9F8565;
}
</style>
background-color css
<style>
a { background-color: #9F8565; }
a { background-color: rgb(159,133,101); }
div.DivClassName
{
background-color: #9F8565;
}
.BgClassName
{
background-color: #9F8565;
}
</style>
border-color css
<style>
span { border-color: #9F8565; }
span { border-color: rgb(159,133,101); }
td.TdClassName
{
border-color: #9F8565;
}
.TagClassName
{
border-color: #9F8565;
}
</style>