Shades of Beaver #906E5D
Tints of Beaver #906E5D
RGB
CMYK
RGB Variations
Color information
#906E5D (or 0x906E5D) is known color: Beaver. HEX triplet: 90, 6E and 5D. RGB value is (144,110,93). Sum of RGB (Red+Green+Blue) = 144+110+93=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #906E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E5D is #6F91A2. Grayscale: #767676. Windows color (decimal): -7311779 or 6123152. OLE color: 6123152.
HSL color Cylindrical-coordinate representation of color #906E5D: hue angle of 20º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906E5D is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 110 | 93 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.44 |
| HSL | 20º | 0.22% | 0.46% | - |
| HSV(B) | 20º | 0.35% | 0.56% | - |
| XYZ | 19.05 | 17.87 | 12.8 | - |
| YUV | 118.23 | 113.76 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 110 | 93 | 0 | 0.24 | 0.35 | 0.44 | 20 | 0.22 | 0.46 |
| Hex | 90 | 6E | 5D | 0 | 18 | 23 | 2C | 14 | 16 | 2E |
| Octal | 220 | 156 | 135 | 0 | 30 | 43 | 54 | 24 | 26 | 56 |
| Binary | 10010000 | 1101110 | 1011101 | 0 | 11000 | 100011 | 101100 | 10100 | 10110 | 101110 |
Color Harmonies of #906E5D
Complementary color
Monochromatic Colors of #906E5D
Black with #906E5D
Text Example
Text Example
White with #906E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906E5D; }
p { color: rgb(144,110,93); }
H1.HeaderClassName
{
color: #906E5D;
}
.AnyTagClassName
{
color: #906E5D;
}
</style>
background-color css
<style>
a { background-color: #906E5D; }
a { background-color: rgb(144,110,93); }
div.DivClassName
{
background-color: #906E5D;
}
.BgClassName
{
background-color: #906E5D;
}
</style>
border-color css
<style>
span { border-color: #906E5D; }
span { border-color: rgb(144,110,93); }
td.TdClassName
{
border-color: #906E5D;
}
.TagClassName
{
border-color: #906E5D;
}
</style>