Shades of Beaver #906C5F
Tints of Beaver #906C5F
RGB
CMYK
RGB Variations
Color information
#906C5F (or 0x906C5F) is known color: Beaver. HEX triplet: 90, 6C and 5F. RGB value is (144,108,95). Sum of RGB (Red+Green+Blue) = 144+108+95=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 144 - color contains mainly: red. Hex color #906C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C5F is #6F93A0. Grayscale: #757575. Windows color (decimal): -7312289 or 6253712. OLE color: 6253712.
HSL color Cylindrical-coordinate representation of color #906C5F: hue angle of 15.92º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #906C5F is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 108 | 95 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.44 |
| HSL | 15.92º | 0.21% | 0.47% | - |
| HSV(B) | 15.92º | 0.34% | 0.56% | - |
| XYZ | 18.93 | 17.48 | 13.2 | - |
| YUV | 117.28 | 115.43 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 108 | 95 | 0 | 0.25 | 0.34 | 0.44 | 15.92 | 0.21 | 0.47 |
| Hex | 90 | 6C | 5F | 0 | 19 | 22 | 2C | 10 | 15 | 2F |
| Octal | 220 | 154 | 137 | 0 | 31 | 42 | 54 | 20 | 25 | 57 |
| Binary | 10010000 | 1101100 | 1011111 | 0 | 11001 | 100010 | 101100 | 10000 | 10101 | 101111 |
Color Harmonies of #906C5F
Complementary color
Monochromatic Colors of #906C5F
Black with #906C5F
Text Example
Text Example
White with #906C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #906C5F; }
p { color: rgb(144,108,95); }
H1.HeaderClassName
{
color: #906C5F;
}
.AnyTagClassName
{
color: #906C5F;
}
</style>
background-color css
<style>
a { background-color: #906C5F; }
a { background-color: rgb(144,108,95); }
div.DivClassName
{
background-color: #906C5F;
}
.BgClassName
{
background-color: #906C5F;
}
</style>
border-color css
<style>
span { border-color: #906C5F; }
span { border-color: rgb(144,108,95); }
td.TdClassName
{
border-color: #906C5F;
}
.TagClassName
{
border-color: #906C5F;
}
</style>