Shades of Almond Frost #9B826E
Tints of Almond Frost #9B826E
RGB
CMYK
RGB Variations
Color information
#9B826E (or 0x9B826E) is known color: Almond Frost. HEX triplet: 9B, 82 and 6E. RGB value is (155,130,110). Sum of RGB (Red+Green+Blue) = 155+130+110=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B826E is #647D91. Grayscale: #878787. Windows color (decimal): -6585746 or 7242395. OLE color: 7242395.
HSL color Cylindrical-coordinate representation of color #9B826E: hue angle of 26.67º degrees, saturation: 0.18, 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 #9B826E is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 130 | 110 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.39 |
| HSL | 26.67º | 0.18% | 0.52% | - |
| HSV(B) | 26.67º | 0.29% | 0.61% | - |
| XYZ | 24.31 | 24.06 | 18.11 | - |
| YUV | 135.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 130 | 110 | 0 | 0.16 | 0.29 | 0.39 | 26.67 | 0.18 | 0.52 |
| Hex | 9B | 82 | 6E | 0 | 10 | 1D | 27 | 1B | 12 | 34 |
| Octal | 233 | 202 | 156 | 0 | 20 | 35 | 47 | 33 | 22 | 64 |
| Binary | 10011011 | 10000010 | 1101110 | 0 | 10000 | 11101 | 100111 | 11011 | 10010 | 110100 |
Color Harmonies of #9B826E
Complementary color
Monochromatic Colors of #9B826E
Black with #9B826E
Text Example
Text Example
White with #9B826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B826E; }
p { color: rgb(155,130,110); }
H1.HeaderClassName
{
color: #9B826E;
}
.AnyTagClassName
{
color: #9B826E;
}
</style>
background-color css
<style>
a { background-color: #9B826E; }
a { background-color: rgb(155,130,110); }
div.DivClassName
{
background-color: #9B826E;
}
.BgClassName
{
background-color: #9B826E;
}
</style>
border-color css
<style>
span { border-color: #9B826E; }
span { border-color: rgb(155,130,110); }
td.TdClassName
{
border-color: #9B826E;
}
.TagClassName
{
border-color: #9B826E;
}
</style>