Shades of Sandal #9F8765
Tints of Sandal #9F8765
RGB
CMYK
RGB Variations
Color information
#9F8765 (or 0x9F8765) is known color: Sandal. HEX triplet: 9F, 87 and 65. RGB value is (159,135,101). Sum of RGB (Red+Green+Blue) = 159+135+101=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 101 (39.84% from 255 or 25.57% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8765 is #60789A. Grayscale: #8A8A8A. Windows color (decimal): -6322331 or 6653855. OLE color: 6653855.
HSL color Cylindrical-coordinate representation of color #9F8765: hue angle of 35.17º 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 #9F8765 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 101 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.38 |
| HSL | 35.17º | 0.23% | 0.51% | - |
| HSV(B) | 35.17º | 0.36% | 0.62% | - |
| XYZ | 25.31 | 25.64 | 15.93 | - |
| YUV | 138.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 101 | 0 | 0.15 | 0.36 | 0.38 | 35.17 | 0.23 | 0.51 |
| Hex | 9F | 87 | 65 | 0 | F | 24 | 26 | 23 | 17 | 33 |
| Octal | 237 | 207 | 145 | 0 | 17 | 44 | 46 | 43 | 27 | 63 |
| Binary | 10011111 | 10000111 | 1100101 | 0 | 1111 | 100100 | 100110 | 100011 | 10111 | 110011 |
Color Harmonies of #9F8765
Complementary color
Monochromatic Colors of #9F8765
Black with #9F8765
Text Example
Text Example
White with #9F8765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8765; }
p { color: rgb(159,135,101); }
H1.HeaderClassName
{
color: #9F8765;
}
.AnyTagClassName
{
color: #9F8765;
}
</style>
background-color css
<style>
a { background-color: #9F8765; }
a { background-color: rgb(159,135,101); }
div.DivClassName
{
background-color: #9F8765;
}
.BgClassName
{
background-color: #9F8765;
}
</style>
border-color css
<style>
span { border-color: #9F8765; }
span { border-color: rgb(159,135,101); }
td.TdClassName
{
border-color: #9F8765;
}
.TagClassName
{
border-color: #9F8765;
}
</style>