Shades of Beaver #967461
Tints of Beaver #967461
RGB
CMYK
RGB Variations
Color information
#967461 (or 0x967461) is known color: Beaver. HEX triplet: 96, 74 and 61. RGB value is (150,116,97). Sum of RGB (Red+Green+Blue) = 150+116+97=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #967461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967461 is #698B9E. Grayscale: #7C7C7C. Windows color (decimal): -6917023 or 6386838. OLE color: 6386838.
HSL color Cylindrical-coordinate representation of color #967461: hue angle of 21.51º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967461 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 116 | 97 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.41 |
| HSL | 21.51º | 0.21% | 0.48% | - |
| HSV(B) | 21.51º | 0.35% | 0.59% | - |
| XYZ | 20.98 | 19.84 | 14.03 | - |
| YUV | 124 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 97 | 0 | 0.23 | 0.35 | 0.41 | 21.51 | 0.21 | 0.48 |
| Hex | 96 | 74 | 61 | 0 | 17 | 23 | 29 | 16 | 15 | 30 |
| Octal | 226 | 164 | 141 | 0 | 27 | 43 | 51 | 26 | 25 | 60 |
| Binary | 10010110 | 1110100 | 1100001 | 0 | 10111 | 100011 | 101001 | 10110 | 10101 | 110000 |
Color Harmonies of #967461
Complementary color
Monochromatic Colors of #967461
Black with #967461
Text Example
Text Example
White with #967461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967461; }
p { color: rgb(150,116,97); }
H1.HeaderClassName
{
color: #967461;
}
.AnyTagClassName
{
color: #967461;
}
</style>
background-color css
<style>
a { background-color: #967461; }
a { background-color: rgb(150,116,97); }
div.DivClassName
{
background-color: #967461;
}
.BgClassName
{
background-color: #967461;
}
</style>
border-color css
<style>
span { border-color: #967461; }
span { border-color: rgb(150,116,97); }
td.TdClassName
{
border-color: #967461;
}
.TagClassName
{
border-color: #967461;
}
</style>