Shades of Beaver #906C5E
Tints of Beaver #906C5E
RGB
CMYK
RGB Variations
Color information
#906C5E (or 0x906C5E) is known color: Beaver. HEX triplet: 90, 6C and 5E. RGB value is (144,108,94). Sum of RGB (Red+Green+Blue) = 144+108+94=346 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.62% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 144 - color contains mainly: red. Hex color #906C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C5E is #6F93A1. Grayscale: #757575. Windows color (decimal): -7312290 or 6188176. OLE color: 6188176.
HSL color Cylindrical-coordinate representation of color #906C5E: hue angle of 16.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #906C5E is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 94 | - |
| CMYK | 0 | 0.25 | 0.35 | 0.44 |
| HSL | 16.8º | 0.21% | 0.47% | - |
| HSV(B) | 16.8º | 0.35% | 0.56% | - |
| XYZ | 18.88 | 17.46 | 12.96 | - |
| YUV | 117.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 94 | 0 | 0.25 | 0.35 | 0.44 | 16.8 | 0.21 | 0.47 |
| Hex | 90 | 6C | 5E | 0 | 19 | 23 | 2C | 11 | 15 | 2F |
| Octal | 220 | 154 | 136 | 0 | 31 | 43 | 54 | 21 | 25 | 57 |
| Binary | 10010000 | 1101100 | 1011110 | 0 | 11001 | 100011 | 101100 | 10001 | 10101 | 101111 |
Color Harmonies of #906C5E
Complementary color
Monochromatic Colors of #906C5E
Black with #906C5E
Text Example
Text Example
White with #906C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C5E; }
p { color: rgb(144,108,94); }
H1.HeaderClassName
{
color: #906C5E;
}
.AnyTagClassName
{
color: #906C5E;
}
</style>
background-color css
<style>
a { background-color: #906C5E; }
a { background-color: rgb(144,108,94); }
div.DivClassName
{
background-color: #906C5E;
}
.BgClassName
{
background-color: #906C5E;
}
</style>
border-color css
<style>
span { border-color: #906C5E; }
span { border-color: rgb(144,108,94); }
td.TdClassName
{
border-color: #906C5E;
}
.TagClassName
{
border-color: #906C5E;
}
</style>