Shades of Sandal #9F8769
Tints of Sandal #9F8769
RGB
CMYK
RGB Variations
Color information
#9F8769 (or 0x9F8769) is known color: Sandal. HEX triplet: 9F, 87 and 69. RGB value is (159,135,105). Sum of RGB (Red+Green+Blue) = 159+135+105=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8769 is #607896. Grayscale: #8A8A8A. Windows color (decimal): -6322327 or 6915999. OLE color: 6915999.
HSL color Cylindrical-coordinate representation of color #9F8769: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F8769 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 105 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.38 |
| HSL | 33.33º | 0.22% | 0.52% | - |
| HSV(B) | 33.33º | 0.34% | 0.62% | - |
| XYZ | 25.51 | 25.72 | 16.98 | - |
| YUV | 138.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 105 | 0 | 0.15 | 0.34 | 0.38 | 33.33 | 0.22 | 0.52 |
| Hex | 9F | 87 | 69 | 0 | F | 22 | 26 | 21 | 16 | 34 |
| Octal | 237 | 207 | 151 | 0 | 17 | 42 | 46 | 41 | 26 | 64 |
| Binary | 10011111 | 10000111 | 1101001 | 0 | 1111 | 100010 | 100110 | 100001 | 10110 | 110100 |
Color Harmonies of #9F8769
Complementary color
Monochromatic Colors of #9F8769
Black with #9F8769
Text Example
Text Example
White with #9F8769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8769; }
p { color: rgb(159,135,105); }
H1.HeaderClassName
{
color: #9F8769;
}
.AnyTagClassName
{
color: #9F8769;
}
</style>
background-color css
<style>
a { background-color: #9F8769; }
a { background-color: rgb(159,135,105); }
div.DivClassName
{
background-color: #9F8769;
}
.BgClassName
{
background-color: #9F8769;
}
</style>
border-color css
<style>
span { border-color: #9F8769; }
span { border-color: rgb(159,135,105); }
td.TdClassName
{
border-color: #9F8769;
}
.TagClassName
{
border-color: #9F8769;
}
</style>