Shades of Beaver #967662
Tints of Beaver #967662
RGB
CMYK
RGB Variations
Color information
#967662 (or 0x967662) is known color: Beaver. HEX triplet: 96, 76 and 62. RGB value is (150,118,98). Sum of RGB (Red+Green+Blue) = 150+118+98=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 98 (38.67% from 255 or 26.78% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #967662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967662 is #69899D. Grayscale: #7D7D7D. Windows color (decimal): -6916510 or 6452886. OLE color: 6452886.
HSL color Cylindrical-coordinate representation of color #967662: hue angle of 23.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #967662 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 98 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.41 |
| HSL | 23.08º | 0.21% | 0.49% | - |
| HSV(B) | 23.08º | 0.35% | 0.59% | - |
| XYZ | 21.26 | 20.32 | 14.36 | - |
| YUV | 125.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 98 | 0 | 0.21 | 0.35 | 0.41 | 23.08 | 0.21 | 0.49 |
| Hex | 96 | 76 | 62 | 0 | 15 | 23 | 29 | 17 | 15 | 31 |
| Octal | 226 | 166 | 142 | 0 | 25 | 43 | 51 | 27 | 25 | 61 |
| Binary | 10010110 | 1110110 | 1100010 | 0 | 10101 | 100011 | 101001 | 10111 | 10101 | 110001 |
Color Harmonies of #967662
Complementary color
Monochromatic Colors of #967662
Black with #967662
Text Example
Text Example
White with #967662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967662; }
p { color: rgb(150,118,98); }
H1.HeaderClassName
{
color: #967662;
}
.AnyTagClassName
{
color: #967662;
}
</style>
background-color css
<style>
a { background-color: #967662; }
a { background-color: rgb(150,118,98); }
div.DivClassName
{
background-color: #967662;
}
.BgClassName
{
background-color: #967662;
}
</style>
border-color css
<style>
span { border-color: #967662; }
span { border-color: rgb(150,118,98); }
td.TdClassName
{
border-color: #967662;
}
.TagClassName
{
border-color: #967662;
}
</style>