Shades of Almond Frost #9B826F
Tints of Almond Frost #9B826F
RGB
CMYK
RGB Variations
Color information
#9B826F (or 0x9B826F) is known color: Almond Frost. HEX triplet: 9B, 82 and 6F. RGB value is (155,130,111). Sum of RGB (Red+Green+Blue) = 155+130+111=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B826F is #647D90. Grayscale: #878787. Windows color (decimal): -6585745 or 7307931. OLE color: 7307931.
HSL color Cylindrical-coordinate representation of color #9B826F: hue angle of 25.91º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B826F is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 111 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.39 |
| HSL | 25.91º | 0.18% | 0.52% | - |
| HSV(B) | 25.91º | 0.28% | 0.61% | - |
| XYZ | 24.37 | 24.08 | 18.4 | - |
| YUV | 135.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 111 | 0 | 0.16 | 0.28 | 0.39 | 25.91 | 0.18 | 0.52 |
| Hex | 9B | 82 | 6F | 0 | 10 | 1C | 27 | 1A | 12 | 34 |
| Octal | 233 | 202 | 157 | 0 | 20 | 34 | 47 | 32 | 22 | 64 |
| Binary | 10011011 | 10000010 | 1101111 | 0 | 10000 | 11100 | 100111 | 11010 | 10010 | 110100 |
Color Harmonies of #9B826F
Complementary color
Monochromatic Colors of #9B826F
Black with #9B826F
Text Example
Text Example
White with #9B826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B826F; }
p { color: rgb(155,130,111); }
H1.HeaderClassName
{
color: #9B826F;
}
.AnyTagClassName
{
color: #9B826F;
}
</style>
background-color css
<style>
a { background-color: #9B826F; }
a { background-color: rgb(155,130,111); }
div.DivClassName
{
background-color: #9B826F;
}
.BgClassName
{
background-color: #9B826F;
}
</style>
border-color css
<style>
span { border-color: #9B826F; }
span { border-color: rgb(155,130,111); }
td.TdClassName
{
border-color: #9B826F;
}
.TagClassName
{
border-color: #9B826F;
}
</style>