Shades of Almond Frost #9C806E
Tints of Almond Frost #9C806E
RGB
CMYK
RGB Variations
Color information
#9C806E (or 0x9C806E) is known color: Almond Frost. HEX triplet: 9C, 80 and 6E. RGB value is (156,128,110). Sum of RGB (Red+Green+Blue) = 156+128+110=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C806E is #637F91. Grayscale: #868686. Windows color (decimal): -6520722 or 7241884. OLE color: 7241884.
HSL color Cylindrical-coordinate representation of color #9C806E: hue angle of 23.48º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C806E is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 128 | 110 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.39 |
| HSL | 23.48º | 0.19% | 0.52% | - |
| HSV(B) | 23.48º | 0.29% | 0.61% | - |
| XYZ | 24.24 | 23.63 | 18.04 | - |
| YUV | 134.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 128 | 110 | 0 | 0.18 | 0.29 | 0.39 | 23.48 | 0.19 | 0.52 |
| Hex | 9C | 80 | 6E | 0 | 12 | 1D | 27 | 17 | 13 | 34 |
| Octal | 234 | 200 | 156 | 0 | 22 | 35 | 47 | 27 | 23 | 64 |
| Binary | 10011100 | 10000000 | 1101110 | 0 | 10010 | 11101 | 100111 | 10111 | 10011 | 110100 |
Color Harmonies of #9C806E
Complementary color
Monochromatic Colors of #9C806E
Black with #9C806E
Text Example
Text Example
White with #9C806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C806E; }
p { color: rgb(156,128,110); }
H1.HeaderClassName
{
color: #9C806E;
}
.AnyTagClassName
{
color: #9C806E;
}
</style>
background-color css
<style>
a { background-color: #9C806E; }
a { background-color: rgb(156,128,110); }
div.DivClassName
{
background-color: #9C806E;
}
.BgClassName
{
background-color: #9C806E;
}
</style>
border-color css
<style>
span { border-color: #9C806E; }
span { border-color: rgb(156,128,110); }
td.TdClassName
{
border-color: #9C806E;
}
.TagClassName
{
border-color: #9C806E;
}
</style>