Shades of Beaver #966E58
Tints of Beaver #966E58
RGB
CMYK
RGB Variations
Color information
#966E58 (or 0x966E58) is known color: Beaver. HEX triplet: 96, 6E and 58. RGB value is (150,110,88). Sum of RGB (Red+Green+Blue) = 150+110+88=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #966E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E58 is #6991A7. Grayscale: #777777. Windows color (decimal): -6918568 or 5795478. OLE color: 5795478.
HSL color Cylindrical-coordinate representation of color #966E58: hue angle of 21.29º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966E58 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 88 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.41 |
| HSL | 21.29º | 0.26% | 0.47% | - |
| HSV(B) | 21.29º | 0.41% | 0.59% | - |
| XYZ | 19.92 | 18.34 | 11.72 | - |
| YUV | 119.45 | 110.25 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 88 | 0 | 0.27 | 0.41 | 0.41 | 21.29 | 0.26 | 0.47 |
| Hex | 96 | 6E | 58 | 0 | 1B | 29 | 29 | 15 | 1A | 2F |
| Octal | 226 | 156 | 130 | 0 | 33 | 51 | 51 | 25 | 32 | 57 |
| Binary | 10010110 | 1101110 | 1011000 | 0 | 11011 | 101001 | 101001 | 10101 | 11010 | 101111 |
Color Harmonies of #966E58
Complementary color
Monochromatic Colors of #966E58
Black with #966E58
Text Example
Text Example
White with #966E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E58; }
p { color: rgb(150,110,88); }
H1.HeaderClassName
{
color: #966E58;
}
.AnyTagClassName
{
color: #966E58;
}
</style>
background-color css
<style>
a { background-color: #966E58; }
a { background-color: rgb(150,110,88); }
div.DivClassName
{
background-color: #966E58;
}
.BgClassName
{
background-color: #966E58;
}
</style>
border-color css
<style>
span { border-color: #966E58; }
span { border-color: rgb(150,110,88); }
td.TdClassName
{
border-color: #966E58;
}
.TagClassName
{
border-color: #966E58;
}
</style>