Shades of Almond Frost #9B8B79
Tints of Almond Frost #9B8B79
RGB
CMYK
RGB Variations
Color information
#9B8B79 (or 0x9B8B79) is known color: Almond Frost. HEX triplet: 9B, 8B and 79. RGB value is (155,139,121). Sum of RGB (Red+Green+Blue) = 155+139+121=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8B79 is #647486. Grayscale: #8D8D8D. Windows color (decimal): -6583431 or 7965595. OLE color: 7965595.
HSL color Cylindrical-coordinate representation of color #9B8B79: hue angle of 31.76º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9B8B79 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 139 | 121 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.39 |
| HSL | 31.76º | 0.15% | 0.54% | - |
| HSV(B) | 31.76º | 0.22% | 0.61% | - |
| XYZ | 26.2 | 26.81 | 21.88 | - |
| YUV | 141.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 121 | 0 | 0.10 | 0.22 | 0.39 | 31.76 | 0.15 | 0.54 |
| Hex | 9B | 8B | 79 | 0 | A | 16 | 27 | 20 | F | 36 |
| Octal | 233 | 213 | 171 | 0 | 12 | 26 | 47 | 40 | 17 | 66 |
| Binary | 10011011 | 10001011 | 1111001 | 0 | 1010 | 10110 | 100111 | 100000 | 1111 | 110110 |
Color Harmonies of #9B8B79
Complementary color
Monochromatic Colors of #9B8B79
Black with #9B8B79
Text Example
Text Example
White with #9B8B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8B79; }
p { color: rgb(155,139,121); }
H1.HeaderClassName
{
color: #9B8B79;
}
.AnyTagClassName
{
color: #9B8B79;
}
</style>
background-color css
<style>
a { background-color: #9B8B79; }
a { background-color: rgb(155,139,121); }
div.DivClassName
{
background-color: #9B8B79;
}
.BgClassName
{
background-color: #9B8B79;
}
</style>
border-color css
<style>
span { border-color: #9B8B79; }
span { border-color: rgb(155,139,121); }
td.TdClassName
{
border-color: #9B8B79;
}
.TagClassName
{
border-color: #9B8B79;
}
</style>