Shades of Beaver #916B5D
Tints of Beaver #916B5D
RGB
CMYK
RGB Variations
Color information
#916B5D (or 0x916B5D) is known color: Beaver. HEX triplet: 91, 6B and 5D. RGB value is (145,107,93). Sum of RGB (Red+Green+Blue) = 145+107+93=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B5D is #6E94A2. Grayscale: #747474. Windows color (decimal): -7247011 or 6122385. OLE color: 6122385.
HSL color Cylindrical-coordinate representation of color #916B5D: hue angle of 16.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #916B5D is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 93 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.43 |
| HSL | 16.15º | 0.22% | 0.47% | - |
| HSV(B) | 16.15º | 0.36% | 0.57% | - |
| XYZ | 18.91 | 17.33 | 12.7 | - |
| YUV | 116.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 93 | 0 | 0.26 | 0.36 | 0.43 | 16.15 | 0.22 | 0.47 |
| Hex | 91 | 6B | 5D | 0 | 1A | 24 | 2B | 10 | 16 | 2F |
| Octal | 221 | 153 | 135 | 0 | 32 | 44 | 53 | 20 | 26 | 57 |
| Binary | 10010001 | 1101011 | 1011101 | 0 | 11010 | 100100 | 101011 | 10000 | 10110 | 101111 |
Color Harmonies of #916B5D
Complementary color
Monochromatic Colors of #916B5D
Black with #916B5D
Text Example
Text Example
White with #916B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B5D; }
p { color: rgb(145,107,93); }
H1.HeaderClassName
{
color: #916B5D;
}
.AnyTagClassName
{
color: #916B5D;
}
</style>
background-color css
<style>
a { background-color: #916B5D; }
a { background-color: rgb(145,107,93); }
div.DivClassName
{
background-color: #916B5D;
}
.BgClassName
{
background-color: #916B5D;
}
</style>
border-color css
<style>
span { border-color: #916B5D; }
span { border-color: rgb(145,107,93); }
td.TdClassName
{
border-color: #916B5D;
}
.TagClassName
{
border-color: #916B5D;
}
</style>