Shades of Sandal #9F8269
Tints of Sandal #9F8269
RGB
CMYK
RGB Variations
Color information
#9F8269 (or 0x9F8269) is known color: Sandal. HEX triplet: 9F, 82 and 69. RGB value is (159,130,105). Sum of RGB (Red+Green+Blue) = 159+130+105=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8269 is #607D96. Grayscale: #878787. Windows color (decimal): -6323607 or 6914719. OLE color: 6914719.
HSL color Cylindrical-coordinate representation of color #9F8269: hue angle of 27.78º 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 #9F8269 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 105 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.38 |
| HSL | 27.78º | 0.22% | 0.52% | - |
| HSV(B) | 27.78º | 0.34% | 0.62% | - |
| XYZ | 24.83 | 24.36 | 16.76 | - |
| YUV | 135.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 105 | 0 | 0.18 | 0.34 | 0.38 | 27.78 | 0.22 | 0.52 |
| Hex | 9F | 82 | 69 | 0 | 12 | 22 | 26 | 1C | 16 | 34 |
| Octal | 237 | 202 | 151 | 0 | 22 | 42 | 46 | 34 | 26 | 64 |
| Binary | 10011111 | 10000010 | 1101001 | 0 | 10010 | 100010 | 100110 | 11100 | 10110 | 110100 |
Color Harmonies of #9F8269
Complementary color
Monochromatic Colors of #9F8269
Black with #9F8269
Text Example
Text Example
White with #9F8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8269; }
p { color: rgb(159,130,105); }
H1.HeaderClassName
{
color: #9F8269;
}
.AnyTagClassName
{
color: #9F8269;
}
</style>
background-color css
<style>
a { background-color: #9F8269; }
a { background-color: rgb(159,130,105); }
div.DivClassName
{
background-color: #9F8269;
}
.BgClassName
{
background-color: #9F8269;
}
</style>
border-color css
<style>
span { border-color: #9F8269; }
span { border-color: rgb(159,130,105); }
td.TdClassName
{
border-color: #9F8269;
}
.TagClassName
{
border-color: #9F8269;
}
</style>