Shades of Beaver #96705B
Tints of Beaver #96705B
RGB
CMYK
RGB Variations
Color information
#96705B (or 0x96705B) is known color: Beaver. HEX triplet: 96, 70 and 5B. RGB value is (150,112,91). Sum of RGB (Red+Green+Blue) = 150+112+91=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705B is #698FA4. Grayscale: #797979. Windows color (decimal): -6918053 or 5992598. OLE color: 5992598.
HSL color Cylindrical-coordinate representation of color #96705B: hue angle of 21.36º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96705B is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 91 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.41 |
| HSL | 21.36º | 0.24% | 0.47% | - |
| HSV(B) | 21.36º | 0.39% | 0.59% | - |
| XYZ | 20.26 | 18.83 | 12.46 | - |
| YUV | 120.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 91 | 0 | 0.25 | 0.39 | 0.41 | 21.36 | 0.24 | 0.47 |
| Hex | 96 | 70 | 5B | 0 | 19 | 27 | 29 | 15 | 18 | 2F |
| Octal | 226 | 160 | 133 | 0 | 31 | 47 | 51 | 25 | 30 | 57 |
| Binary | 10010110 | 1110000 | 1011011 | 0 | 11001 | 100111 | 101001 | 10101 | 11000 | 101111 |
Color Harmonies of #96705B
Complementary color
Monochromatic Colors of #96705B
Black with #96705B
Text Example
Text Example
White with #96705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96705B; }
p { color: rgb(150,112,91); }
H1.HeaderClassName
{
color: #96705B;
}
.AnyTagClassName
{
color: #96705B;
}
</style>
background-color css
<style>
a { background-color: #96705B; }
a { background-color: rgb(150,112,91); }
div.DivClassName
{
background-color: #96705B;
}
.BgClassName
{
background-color: #96705B;
}
</style>
border-color css
<style>
span { border-color: #96705B; }
span { border-color: rgb(150,112,91); }
td.TdClassName
{
border-color: #96705B;
}
.TagClassName
{
border-color: #96705B;
}
</style>