Shades of Beaver #916E60
Tints of Beaver #916E60
RGB
CMYK
RGB Variations
Color information
#916E60 (or 0x916E60) is known color: Beaver. HEX triplet: 91, 6E and 60. RGB value is (145,110,96). Sum of RGB (Red+Green+Blue) = 145+110+96=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E60 is #6E919F. Grayscale: #767676. Windows color (decimal): -7246240 or 6319761. OLE color: 6319761.
HSL color Cylindrical-coordinate representation of color #916E60: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916E60 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 96 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.43 |
| HSL | 17.14º | 0.2% | 0.47% | - |
| HSV(B) | 17.14º | 0.34% | 0.57% | - |
| XYZ | 19.36 | 18.02 | 13.52 | - |
| YUV | 118.87 | 115.1 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 96 | 0 | 0.24 | 0.34 | 0.43 | 17.14 | 0.2 | 0.47 |
| Hex | 91 | 6E | 60 | 0 | 18 | 22 | 2B | 11 | 14 | 2F |
| Octal | 221 | 156 | 140 | 0 | 30 | 42 | 53 | 21 | 24 | 57 |
| Binary | 10010001 | 1101110 | 1100000 | 0 | 11000 | 100010 | 101011 | 10001 | 10100 | 101111 |
Color Harmonies of #916E60
Complementary color
Monochromatic Colors of #916E60
Black with #916E60
Text Example
Text Example
White with #916E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E60; }
p { color: rgb(145,110,96); }
H1.HeaderClassName
{
color: #916E60;
}
.AnyTagClassName
{
color: #916E60;
}
</style>
background-color css
<style>
a { background-color: #916E60; }
a { background-color: rgb(145,110,96); }
div.DivClassName
{
background-color: #916E60;
}
.BgClassName
{
background-color: #916E60;
}
</style>
border-color css
<style>
span { border-color: #916E60; }
span { border-color: rgb(145,110,96); }
td.TdClassName
{
border-color: #916E60;
}
.TagClassName
{
border-color: #916E60;
}
</style>