Shades of Beaver #946C5D
Tints of Beaver #946C5D
RGB
CMYK
RGB Variations
Color information
#946C5D (or 0x946C5D) is known color: Beaver. HEX triplet: 94, 6C and 5D. RGB value is (148,108,93). Sum of RGB (Red+Green+Blue) = 148+108+93=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #946C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C5D is #6B93A2. Grayscale: #767676. Windows color (decimal): -7050147 or 6122644. OLE color: 6122644.
HSL color Cylindrical-coordinate representation of color #946C5D: hue angle of 16.36º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #946C5D is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 93 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.42 |
| HSL | 16.36º | 0.23% | 0.47% | - |
| HSV(B) | 16.36º | 0.37% | 0.58% | - |
| XYZ | 19.55 | 17.81 | 12.76 | - |
| YUV | 118.25 | 113.75 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 93 | 0 | 0.27 | 0.37 | 0.42 | 16.36 | 0.23 | 0.47 |
| Hex | 94 | 6C | 5D | 0 | 1B | 25 | 2A | 10 | 17 | 2F |
| Octal | 224 | 154 | 135 | 0 | 33 | 45 | 52 | 20 | 27 | 57 |
| Binary | 10010100 | 1101100 | 1011101 | 0 | 11011 | 100101 | 101010 | 10000 | 10111 | 101111 |
Color Harmonies of #946C5D
Complementary color
Monochromatic Colors of #946C5D
Black with #946C5D
Text Example
Text Example
White with #946C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C5D; }
p { color: rgb(148,108,93); }
H1.HeaderClassName
{
color: #946C5D;
}
.AnyTagClassName
{
color: #946C5D;
}
</style>
background-color css
<style>
a { background-color: #946C5D; }
a { background-color: rgb(148,108,93); }
div.DivClassName
{
background-color: #946C5D;
}
.BgClassName
{
background-color: #946C5D;
}
</style>
border-color css
<style>
span { border-color: #946C5D; }
span { border-color: rgb(148,108,93); }
td.TdClassName
{
border-color: #946C5D;
}
.TagClassName
{
border-color: #946C5D;
}
</style>