Shades of Beaver #946C59
Tints of Beaver #946C59
RGB
CMYK
RGB Variations
Color information
#946C59 (or 0x946C59) is known color: Beaver. HEX triplet: 94, 6C and 59. RGB value is (148,108,89). Sum of RGB (Red+Green+Blue) = 148+108+89=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #946C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C59 is #6B93A6. Grayscale: #757575. Windows color (decimal): -7050151 or 5860500. OLE color: 5860500.
HSL color Cylindrical-coordinate representation of color #946C59: hue angle of 19.32º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #946C59 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 89 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.42 |
| HSL | 19.32º | 0.25% | 0.46% | - |
| HSV(B) | 19.32º | 0.4% | 0.58% | - |
| XYZ | 19.38 | 17.74 | 11.85 | - |
| YUV | 117.79 | 111.75 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 89 | 0 | 0.27 | 0.40 | 0.42 | 19.32 | 0.25 | 0.46 |
| Hex | 94 | 6C | 59 | 0 | 1B | 28 | 2A | 13 | 19 | 2E |
| Octal | 224 | 154 | 131 | 0 | 33 | 50 | 52 | 23 | 31 | 56 |
| Binary | 10010100 | 1101100 | 1011001 | 0 | 11011 | 101000 | 101010 | 10011 | 11001 | 101110 |
Color Harmonies of #946C59
Complementary color
Monochromatic Colors of #946C59
Black with #946C59
Text Example
Text Example
White with #946C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C59; }
p { color: rgb(148,108,89); }
H1.HeaderClassName
{
color: #946C59;
}
.AnyTagClassName
{
color: #946C59;
}
</style>
background-color css
<style>
a { background-color: #946C59; }
a { background-color: rgb(148,108,89); }
div.DivClassName
{
background-color: #946C59;
}
.BgClassName
{
background-color: #946C59;
}
</style>
border-color css
<style>
span { border-color: #946C59; }
span { border-color: rgb(148,108,89); }
td.TdClassName
{
border-color: #946C59;
}
.TagClassName
{
border-color: #946C59;
}
</style>