Shades of Almond Frost #9F836F
Tints of Almond Frost #9F836F
RGB
CMYK
RGB Variations
Color information
#9F836F (or 0x9F836F) is known color: Almond Frost. HEX triplet: 9F, 83 and 6F. RGB value is (159,131,111). Sum of RGB (Red+Green+Blue) = 159+131+111=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F836F is #607C90. Grayscale: #898989. Windows color (decimal): -6323345 or 7308191. OLE color: 7308191.
HSL color Cylindrical-coordinate representation of color #9F836F: hue angle of 25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F836F is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 131 | 111 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.38 |
| HSL | 25º | 0.2% | 0.53% | - |
| HSV(B) | 25º | 0.3% | 0.62% | - |
| XYZ | 25.28 | 24.75 | 18.48 | - |
| YUV | 137.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 131 | 111 | 0 | 0.18 | 0.30 | 0.38 | 25 | 0.2 | 0.53 |
| Hex | 9F | 83 | 6F | 0 | 12 | 1E | 26 | 19 | 14 | 35 |
| Octal | 237 | 203 | 157 | 0 | 22 | 36 | 46 | 31 | 24 | 65 |
| Binary | 10011111 | 10000011 | 1101111 | 0 | 10010 | 11110 | 100110 | 11001 | 10100 | 110101 |
Color Harmonies of #9F836F
Complementary color
Monochromatic Colors of #9F836F
Black with #9F836F
Text Example
Text Example
White with #9F836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F836F; }
p { color: rgb(159,131,111); }
H1.HeaderClassName
{
color: #9F836F;
}
.AnyTagClassName
{
color: #9F836F;
}
</style>
background-color css
<style>
a { background-color: #9F836F; }
a { background-color: rgb(159,131,111); }
div.DivClassName
{
background-color: #9F836F;
}
.BgClassName
{
background-color: #9F836F;
}
</style>
border-color css
<style>
span { border-color: #9F836F; }
span { border-color: rgb(159,131,111); }
td.TdClassName
{
border-color: #9F836F;
}
.TagClassName
{
border-color: #9F836F;
}
</style>