Shades of Beaver #976F5D
Tints of Beaver #976F5D
RGB
CMYK
RGB Variations
Color information
#976F5D (or 0x976F5D) is known color: Beaver. HEX triplet: 97, 6F and 5D. RGB value is (151,111,93). Sum of RGB (Red+Green+Blue) = 151+111+93=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #976F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F5D is #6890A2. Grayscale: #797979. Windows color (decimal): -6852771 or 6123415. OLE color: 6123415.
HSL color Cylindrical-coordinate representation of color #976F5D: hue angle of 18.62º 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 #976F5D is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 111 | 93 | - |
| CMYK | 0 | 0.26 | 0.38 | 0.41 |
| HSL | 18.62º | 0.24% | 0.48% | - |
| HSV(B) | 18.62º | 0.38% | 0.59% | - |
| XYZ | 20.42 | 18.74 | 12.9 | - |
| YUV | 120.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 111 | 93 | 0 | 0.26 | 0.38 | 0.41 | 18.62 | 0.24 | 0.48 |
| Hex | 97 | 6F | 5D | 0 | 1A | 26 | 29 | 13 | 18 | 30 |
| Octal | 227 | 157 | 135 | 0 | 32 | 46 | 51 | 23 | 30 | 60 |
| Binary | 10010111 | 1101111 | 1011101 | 0 | 11010 | 100110 | 101001 | 10011 | 11000 | 110000 |
Color Harmonies of #976F5D
Complementary color
Monochromatic Colors of #976F5D
Black with #976F5D
Text Example
Text Example
White with #976F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976F5D; }
p { color: rgb(151,111,93); }
H1.HeaderClassName
{
color: #976F5D;
}
.AnyTagClassName
{
color: #976F5D;
}
</style>
background-color css
<style>
a { background-color: #976F5D; }
a { background-color: rgb(151,111,93); }
div.DivClassName
{
background-color: #976F5D;
}
.BgClassName
{
background-color: #976F5D;
}
</style>
border-color css
<style>
span { border-color: #976F5D; }
span { border-color: rgb(151,111,93); }
td.TdClassName
{
border-color: #976F5D;
}
.TagClassName
{
border-color: #976F5D;
}
</style>