Shades of Beaver #96705D
Tints of Beaver #96705D
RGB
CMYK
RGB Variations
Color information
#96705D (or 0x96705D) is known color: Beaver. HEX triplet: 96, 70 and 5D. RGB value is (150,112,93). Sum of RGB (Red+Green+Blue) = 150+112+93=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96705D is #698FA2. Grayscale: #797979. Windows color (decimal): -6918051 or 6123670. OLE color: 6123670.
HSL color Cylindrical-coordinate representation of color #96705D: hue angle of 20º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96705D is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 112 | 93 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.41 |
| HSL | 20º | 0.23% | 0.48% | - |
| HSV(B) | 20º | 0.38% | 0.59% | - |
| XYZ | 20.35 | 18.86 | 12.92 | - |
| YUV | 121.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 93 | 0 | 0.25 | 0.38 | 0.41 | 20 | 0.23 | 0.48 |
| Hex | 96 | 70 | 5D | 0 | 19 | 26 | 29 | 14 | 17 | 30 |
| Octal | 226 | 160 | 135 | 0 | 31 | 46 | 51 | 24 | 27 | 60 |
| Binary | 10010110 | 1110000 | 1011101 | 0 | 11001 | 100110 | 101001 | 10100 | 10111 | 110000 |
Color Harmonies of #96705D
Complementary color
Monochromatic Colors of #96705D
Black with #96705D
Text Example
Text Example
White with #96705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96705D; }
p { color: rgb(150,112,93); }
H1.HeaderClassName
{
color: #96705D;
}
.AnyTagClassName
{
color: #96705D;
}
</style>
background-color css
<style>
a { background-color: #96705D; }
a { background-color: rgb(150,112,93); }
div.DivClassName
{
background-color: #96705D;
}
.BgClassName
{
background-color: #96705D;
}
</style>
border-color css
<style>
span { border-color: #96705D; }
span { border-color: rgb(150,112,93); }
td.TdClassName
{
border-color: #96705D;
}
.TagClassName
{
border-color: #96705D;
}
</style>