Shades of Almond Frost #9C826F
Tints of Almond Frost #9C826F
RGB
CMYK
RGB Variations
Color information
#9C826F (or 0x9C826F) is known color: Almond Frost. HEX triplet: 9C, 82 and 6F. RGB value is (156,130,111). Sum of RGB (Red+Green+Blue) = 156+130+111=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C826F is #637D90. Grayscale: #878787. Windows color (decimal): -6520209 or 7307932. OLE color: 7307932.
HSL color Cylindrical-coordinate representation of color #9C826F: hue angle of 25.33º 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 #9C826F is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 111 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.39 |
| HSL | 25.33º | 0.19% | 0.52% | - |
| HSV(B) | 25.33º | 0.29% | 0.61% | - |
| XYZ | 24.56 | 24.18 | 18.41 | - |
| YUV | 135.61 | 114.11 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 111 | 0 | 0.17 | 0.29 | 0.39 | 25.33 | 0.19 | 0.52 |
| Hex | 9C | 82 | 6F | 0 | 11 | 1D | 27 | 19 | 13 | 34 |
| Octal | 234 | 202 | 157 | 0 | 21 | 35 | 47 | 31 | 23 | 64 |
| Binary | 10011100 | 10000010 | 1101111 | 0 | 10001 | 11101 | 100111 | 11001 | 10011 | 110100 |
Color Harmonies of #9C826F
Complementary color
Monochromatic Colors of #9C826F
Black with #9C826F
Text Example
Text Example
White with #9C826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C826F; }
p { color: rgb(156,130,111); }
H1.HeaderClassName
{
color: #9C826F;
}
.AnyTagClassName
{
color: #9C826F;
}
</style>
background-color css
<style>
a { background-color: #9C826F; }
a { background-color: rgb(156,130,111); }
div.DivClassName
{
background-color: #9C826F;
}
.BgClassName
{
background-color: #9C826F;
}
</style>
border-color css
<style>
span { border-color: #9C826F; }
span { border-color: rgb(156,130,111); }
td.TdClassName
{
border-color: #9C826F;
}
.TagClassName
{
border-color: #9C826F;
}
</style>