Shades of Beaver #916E5B
Tints of Beaver #916E5B
RGB
CMYK
RGB Variations
Color information
#916E5B (or 0x916E5B) is known color: Beaver. HEX triplet: 91, 6E and 5B. RGB value is (145,110,91). Sum of RGB (Red+Green+Blue) = 145+110+91=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E5B is #6E91A4. Grayscale: #767676. Windows color (decimal): -7246245 or 5992081. OLE color: 5992081.
HSL color Cylindrical-coordinate representation of color #916E5B: hue angle of 21.11º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916E5B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 91 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.43 |
| HSL | 21.11º | 0.23% | 0.46% | - |
| HSV(B) | 21.11º | 0.37% | 0.57% | - |
| XYZ | 19.14 | 17.93 | 12.35 | - |
| YUV | 118.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 91 | 0 | 0.24 | 0.37 | 0.43 | 21.11 | 0.23 | 0.46 |
| Hex | 91 | 6E | 5B | 0 | 18 | 25 | 2B | 15 | 17 | 2E |
| Octal | 221 | 156 | 133 | 0 | 30 | 45 | 53 | 25 | 27 | 56 |
| Binary | 10010001 | 1101110 | 1011011 | 0 | 11000 | 100101 | 101011 | 10101 | 10111 | 101110 |
Color Harmonies of #916E5B
Complementary color
Monochromatic Colors of #916E5B
Black with #916E5B
Text Example
Text Example
White with #916E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E5B; }
p { color: rgb(145,110,91); }
H1.HeaderClassName
{
color: #916E5B;
}
.AnyTagClassName
{
color: #916E5B;
}
</style>
background-color css
<style>
a { background-color: #916E5B; }
a { background-color: rgb(145,110,91); }
div.DivClassName
{
background-color: #916E5B;
}
.BgClassName
{
background-color: #916E5B;
}
</style>
border-color css
<style>
span { border-color: #916E5B; }
span { border-color: rgb(145,110,91); }
td.TdClassName
{
border-color: #916E5B;
}
.TagClassName
{
border-color: #916E5B;
}
</style>