Shades of Beaver #997761
Tints of Beaver #997761
RGB
CMYK
RGB Variations
Color information
#997761 (or 0x997761) is known color: Beaver. HEX triplet: 99, 77 and 61. RGB value is (153,119,97). Sum of RGB (Red+Green+Blue) = 153+119+97=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #997761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997761 is #66889E. Grayscale: #7E7E7E. Windows color (decimal): -6719647 or 6387609. OLE color: 6387609.
HSL color Cylindrical-coordinate representation of color #997761: hue angle of 23.57º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #997761 is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 97 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.4 |
| HSL | 23.57º | 0.22% | 0.49% | - |
| HSV(B) | 23.57º | 0.37% | 0.6% | - |
| XYZ | 21.89 | 20.83 | 14.18 | - |
| YUV | 126.66 | 111.26 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 97 | 0 | 0.22 | 0.37 | 0.4 | 23.57 | 0.22 | 0.49 |
| Hex | 99 | 77 | 61 | 0 | 16 | 25 | 28 | 18 | 16 | 31 |
| Octal | 231 | 167 | 141 | 0 | 26 | 45 | 50 | 30 | 26 | 61 |
| Binary | 10011001 | 1110111 | 1100001 | 0 | 10110 | 100101 | 101000 | 11000 | 10110 | 110001 |
Color Harmonies of #997761
Complementary color
Monochromatic Colors of #997761
Black with #997761
Text Example
Text Example
White with #997761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997761; }
p { color: rgb(153,119,97); }
H1.HeaderClassName
{
color: #997761;
}
.AnyTagClassName
{
color: #997761;
}
</style>
background-color css
<style>
a { background-color: #997761; }
a { background-color: rgb(153,119,97); }
div.DivClassName
{
background-color: #997761;
}
.BgClassName
{
background-color: #997761;
}
</style>
border-color css
<style>
span { border-color: #997761; }
span { border-color: rgb(153,119,97); }
td.TdClassName
{
border-color: #997761;
}
.TagClassName
{
border-color: #997761;
}
</style>