Shades of Almond Frost #9C8675
Tints of Almond Frost #9C8675
RGB
CMYK
RGB Variations
Color information
#9C8675 (or 0x9C8675) is known color: Almond Frost. HEX triplet: 9C, 86 and 75. RGB value is (156,134,117). Sum of RGB (Red+Green+Blue) = 156+134+117=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8675 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8675 is #63798A. Grayscale: #8A8A8A. Windows color (decimal): -6519179 or 7702172. OLE color: 7702172.
HSL color Cylindrical-coordinate representation of color #9C8675: hue angle of 26.15º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C8675 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 117 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.39 |
| HSL | 26.15º | 0.16% | 0.54% | - |
| HSV(B) | 26.15º | 0.25% | 0.61% | - |
| XYZ | 25.45 | 25.4 | 20.39 | - |
| YUV | 138.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 117 | 0 | 0.14 | 0.25 | 0.39 | 26.15 | 0.16 | 0.54 |
| Hex | 9C | 86 | 75 | 0 | E | 19 | 27 | 1A | 10 | 36 |
| Octal | 234 | 206 | 165 | 0 | 16 | 31 | 47 | 32 | 20 | 66 |
| Binary | 10011100 | 10000110 | 1110101 | 0 | 1110 | 11001 | 100111 | 11010 | 10000 | 110110 |
Color Harmonies of #9C8675
Complementary color
Monochromatic Colors of #9C8675
Black with #9C8675
Text Example
Text Example
White with #9C8675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8675; }
p { color: rgb(156,134,117); }
H1.HeaderClassName
{
color: #9C8675;
}
.AnyTagClassName
{
color: #9C8675;
}
</style>
background-color css
<style>
a { background-color: #9C8675; }
a { background-color: rgb(156,134,117); }
div.DivClassName
{
background-color: #9C8675;
}
.BgClassName
{
background-color: #9C8675;
}
</style>
border-color css
<style>
span { border-color: #9C8675; }
span { border-color: rgb(156,134,117); }
td.TdClassName
{
border-color: #9C8675;
}
.TagClassName
{
border-color: #9C8675;
}
</style>