Shades of Beaver #96725E
Tints of Beaver #96725E
RGB
CMYK
RGB Variations
Color information
#96725E (or 0x96725E) is known color: Beaver. HEX triplet: 96, 72 and 5E. RGB value is (150,114,94). Sum of RGB (Red+Green+Blue) = 150+114+94=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96725E is #698DA1. Grayscale: #7A7A7A. Windows color (decimal): -6917538 or 6189718. OLE color: 6189718.
HSL color Cylindrical-coordinate representation of color #96725E: hue angle of 21.43º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96725E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 94 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.41 |
| HSL | 21.43º | 0.23% | 0.48% | - |
| HSV(B) | 21.43º | 0.37% | 0.59% | - |
| XYZ | 20.62 | 19.33 | 13.23 | - |
| YUV | 122.48 | 111.93 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 94 | 0 | 0.24 | 0.37 | 0.41 | 21.43 | 0.23 | 0.48 |
| Hex | 96 | 72 | 5E | 0 | 18 | 25 | 29 | 15 | 17 | 30 |
| Octal | 226 | 162 | 136 | 0 | 30 | 45 | 51 | 25 | 27 | 60 |
| Binary | 10010110 | 1110010 | 1011110 | 0 | 11000 | 100101 | 101001 | 10101 | 10111 | 110000 |
Color Harmonies of #96725E
Complementary color
Monochromatic Colors of #96725E
Black with #96725E
Text Example
Text Example
White with #96725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96725E; }
p { color: rgb(150,114,94); }
H1.HeaderClassName
{
color: #96725E;
}
.AnyTagClassName
{
color: #96725E;
}
</style>
background-color css
<style>
a { background-color: #96725E; }
a { background-color: rgb(150,114,94); }
div.DivClassName
{
background-color: #96725E;
}
.BgClassName
{
background-color: #96725E;
}
</style>
border-color css
<style>
span { border-color: #96725E; }
span { border-color: rgb(150,114,94); }
td.TdClassName
{
border-color: #96725E;
}
.TagClassName
{
border-color: #96725E;
}
</style>