Shades of Beaver #967360
Tints of Beaver #967360
RGB
CMYK
RGB Variations
Color information
#967360 (or 0x967360) is known color: Beaver. HEX triplet: 96, 73 and 60. RGB value is (150,115,96). Sum of RGB (Red+Green+Blue) = 150+115+96=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #967360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967360 is #698C9F. Grayscale: #7B7B7B. Windows color (decimal): -6917280 or 6321046. OLE color: 6321046.
HSL color Cylindrical-coordinate representation of color #967360: hue angle of 21.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #967360 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 96 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.41 |
| HSL | 21.11º | 0.22% | 0.48% | - |
| HSV(B) | 21.11º | 0.36% | 0.59% | - |
| XYZ | 20.82 | 19.59 | 13.75 | - |
| YUV | 123.3 | 112.6 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 96 | 0 | 0.23 | 0.36 | 0.41 | 21.11 | 0.22 | 0.48 |
| Hex | 96 | 73 | 60 | 0 | 17 | 24 | 29 | 15 | 16 | 30 |
| Octal | 226 | 163 | 140 | 0 | 27 | 44 | 51 | 25 | 26 | 60 |
| Binary | 10010110 | 1110011 | 1100000 | 0 | 10111 | 100100 | 101001 | 10101 | 10110 | 110000 |
Color Harmonies of #967360
Complementary color
Monochromatic Colors of #967360
Black with #967360
Text Example
Text Example
White with #967360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967360; }
p { color: rgb(150,115,96); }
H1.HeaderClassName
{
color: #967360;
}
.AnyTagClassName
{
color: #967360;
}
</style>
background-color css
<style>
a { background-color: #967360; }
a { background-color: rgb(150,115,96); }
div.DivClassName
{
background-color: #967360;
}
.BgClassName
{
background-color: #967360;
}
</style>
border-color css
<style>
span { border-color: #967360; }
span { border-color: rgb(150,115,96); }
td.TdClassName
{
border-color: #967360;
}
.TagClassName
{
border-color: #967360;
}
</style>