Shades of Beaver #97715E
Tints of Beaver #97715E
RGB
CMYK
RGB Variations
Color information
#97715E (or 0x97715E) is known color: Beaver. HEX triplet: 97, 71 and 5E. RGB value is (151,113,94). Sum of RGB (Red+Green+Blue) = 151+113+94=358 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.18% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 151 - color contains mainly: red. Hex color #97715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97715E is #688EA1. Grayscale: #7A7A7A. Windows color (decimal): -6852258 or 6189463. OLE color: 6189463.
HSL color Cylindrical-coordinate representation of color #97715E: 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 #97715E is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 113 | 94 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.41 |
| HSL | 20º | 0.23% | 0.48% | - |
| HSV(B) | 20º | 0.38% | 0.59% | - |
| XYZ | 20.69 | 19.2 | 13.2 | - |
| YUV | 122.2 | 112.09 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 113 | 94 | 0 | 0.25 | 0.38 | 0.41 | 20 | 0.23 | 0.48 |
| Hex | 97 | 71 | 5E | 0 | 19 | 26 | 29 | 14 | 17 | 30 |
| Octal | 227 | 161 | 136 | 0 | 31 | 46 | 51 | 24 | 27 | 60 |
| Binary | 10010111 | 1110001 | 1011110 | 0 | 11001 | 100110 | 101001 | 10100 | 10111 | 110000 |
Color Harmonies of #97715E
Complementary color
Monochromatic Colors of #97715E
Black with #97715E
Text Example
Text Example
White with #97715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97715E; }
p { color: rgb(151,113,94); }
H1.HeaderClassName
{
color: #97715E;
}
.AnyTagClassName
{
color: #97715E;
}
</style>
background-color css
<style>
a { background-color: #97715E; }
a { background-color: rgb(151,113,94); }
div.DivClassName
{
background-color: #97715E;
}
.BgClassName
{
background-color: #97715E;
}
</style>
border-color css
<style>
span { border-color: #97715E; }
span { border-color: rgb(151,113,94); }
td.TdClassName
{
border-color: #97715E;
}
.TagClassName
{
border-color: #97715E;
}
</style>