Shades of Beaver #916B59
Tints of Beaver #916B59
RGB
CMYK
RGB Variations
Color information
#916B59 (or 0x916B59) is known color: Beaver. HEX triplet: 91, 6B and 59. RGB value is (145,107,89). Sum of RGB (Red+Green+Blue) = 145+107+89=341 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.52% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 145 - color contains mainly: red. Hex color #916B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B59 is #6E94A6. Grayscale: #747474. Windows color (decimal): -7247015 or 5860241. OLE color: 5860241.
HSL color Cylindrical-coordinate representation of color #916B59: hue angle of 19.29º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #916B59 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 89 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.43 |
| HSL | 19.29º | 0.24% | 0.46% | - |
| HSV(B) | 19.29º | 0.39% | 0.57% | - |
| XYZ | 18.74 | 17.26 | 11.79 | - |
| YUV | 116.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 89 | 0 | 0.26 | 0.39 | 0.43 | 19.29 | 0.24 | 0.46 |
| Hex | 91 | 6B | 59 | 0 | 1A | 27 | 2B | 13 | 18 | 2E |
| Octal | 221 | 153 | 131 | 0 | 32 | 47 | 53 | 23 | 30 | 56 |
| Binary | 10010001 | 1101011 | 1011001 | 0 | 11010 | 100111 | 101011 | 10011 | 11000 | 101110 |
Color Harmonies of #916B59
Complementary color
Monochromatic Colors of #916B59
Black with #916B59
Text Example
Text Example
White with #916B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B59; }
p { color: rgb(145,107,89); }
H1.HeaderClassName
{
color: #916B59;
}
.AnyTagClassName
{
color: #916B59;
}
</style>
background-color css
<style>
a { background-color: #916B59; }
a { background-color: rgb(145,107,89); }
div.DivClassName
{
background-color: #916B59;
}
.BgClassName
{
background-color: #916B59;
}
</style>
border-color css
<style>
span { border-color: #916B59; }
span { border-color: rgb(145,107,89); }
td.TdClassName
{
border-color: #916B59;
}
.TagClassName
{
border-color: #916B59;
}
</style>