Shades of Beaver #946E57
Tints of Beaver #946E57
RGB
CMYK
RGB Variations
Color information
#946E57 (or 0x946E57) is known color: Beaver. HEX triplet: 94, 6E and 57. RGB value is (148,110,87). Sum of RGB (Red+Green+Blue) = 148+110+87=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E57 is #6B91A8. Grayscale: #767676. Windows color (decimal): -7049641 or 5729940. OLE color: 5729940.
HSL color Cylindrical-coordinate representation of color #946E57: hue angle of 22.62º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946E57 is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 87 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.42 |
| HSL | 22.62º | 0.26% | 0.46% | - |
| HSV(B) | 22.62º | 0.41% | 0.58% | - |
| XYZ | 19.51 | 18.14 | 11.49 | - |
| YUV | 118.74 | 110.09 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 87 | 0 | 0.26 | 0.41 | 0.42 | 22.62 | 0.26 | 0.46 |
| Hex | 94 | 6E | 57 | 0 | 1A | 29 | 2A | 17 | 1A | 2E |
| Octal | 224 | 156 | 127 | 0 | 32 | 51 | 52 | 27 | 32 | 56 |
| Binary | 10010100 | 1101110 | 1010111 | 0 | 11010 | 101001 | 101010 | 10111 | 11010 | 101110 |
Color Harmonies of #946E57
Complementary color
Monochromatic Colors of #946E57
Black with #946E57
Text Example
Text Example
White with #946E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E57; }
p { color: rgb(148,110,87); }
H1.HeaderClassName
{
color: #946E57;
}
.AnyTagClassName
{
color: #946E57;
}
</style>
background-color css
<style>
a { background-color: #946E57; }
a { background-color: rgb(148,110,87); }
div.DivClassName
{
background-color: #946E57;
}
.BgClassName
{
background-color: #946E57;
}
</style>
border-color css
<style>
span { border-color: #946E57; }
span { border-color: rgb(148,110,87); }
td.TdClassName
{
border-color: #946E57;
}
.TagClassName
{
border-color: #946E57;
}
</style>