Shades of Beaver #97705D
Tints of Beaver #97705D
RGB
CMYK
RGB Variations
Color information
#97705D (or 0x97705D) is known color: Beaver. HEX triplet: 97, 70 and 5D. RGB value is (151,112,93). Sum of RGB (Red+Green+Blue) = 151+112+93=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #97705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97705D is #688FA2. Grayscale: #797979. Windows color (decimal): -6852515 or 6123671. OLE color: 6123671.
HSL color Cylindrical-coordinate representation of color #97705D: hue angle of 19.66º degrees, saturation: 0.24, 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 #97705D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 93 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.41 |
| HSL | 19.66º | 0.24% | 0.48% | - |
| HSV(B) | 19.66º | 0.38% | 0.59% | - |
| XYZ | 20.53 | 18.96 | 12.93 | - |
| YUV | 121.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 93 | 0 | 0.26 | 0.38 | 0.41 | 19.66 | 0.24 | 0.48 |
| Hex | 97 | 70 | 5D | 0 | 1A | 26 | 29 | 14 | 18 | 30 |
| Octal | 227 | 160 | 135 | 0 | 32 | 46 | 51 | 24 | 30 | 60 |
| Binary | 10010111 | 1110000 | 1011101 | 0 | 11010 | 100110 | 101001 | 10100 | 11000 | 110000 |
Color Harmonies of #97705D
Complementary color
Monochromatic Colors of #97705D
Black with #97705D
Text Example
Text Example
White with #97705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97705D; }
p { color: rgb(151,112,93); }
H1.HeaderClassName
{
color: #97705D;
}
.AnyTagClassName
{
color: #97705D;
}
</style>
background-color css
<style>
a { background-color: #97705D; }
a { background-color: rgb(151,112,93); }
div.DivClassName
{
background-color: #97705D;
}
.BgClassName
{
background-color: #97705D;
}
</style>
border-color css
<style>
span { border-color: #97705D; }
span { border-color: rgb(151,112,93); }
td.TdClassName
{
border-color: #97705D;
}
.TagClassName
{
border-color: #97705D;
}
</style>