Shades of Beaver #916D5C
Tints of Beaver #916D5C
RGB
CMYK
RGB Variations
Color information
#916D5C (or 0x916D5C) is known color: Beaver. HEX triplet: 91, 6D and 5C. RGB value is (145,109,92). Sum of RGB (Red+Green+Blue) = 145+109+92=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #916D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D5C is #6E92A3. Grayscale: #757575. Windows color (decimal): -7246500 or 6057361. OLE color: 6057361.
HSL color Cylindrical-coordinate representation of color #916D5C: hue angle of 19.25º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916D5C is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 109 | 92 | - |
| CMYK | 0 | 0.25 | 0.37 | 0.43 |
| HSL | 19.25º | 0.22% | 0.46% | - |
| HSV(B) | 19.25º | 0.37% | 0.57% | - |
| XYZ | 19.08 | 17.73 | 12.54 | - |
| YUV | 117.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 92 | 0 | 0.25 | 0.37 | 0.43 | 19.25 | 0.22 | 0.46 |
| Hex | 91 | 6D | 5C | 0 | 19 | 25 | 2B | 13 | 16 | 2E |
| Octal | 221 | 155 | 134 | 0 | 31 | 45 | 53 | 23 | 26 | 56 |
| Binary | 10010001 | 1101101 | 1011100 | 0 | 11001 | 100101 | 101011 | 10011 | 10110 | 101110 |
Color Harmonies of #916D5C
Complementary color
Monochromatic Colors of #916D5C
Black with #916D5C
Text Example
Text Example
White with #916D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916D5C; }
p { color: rgb(145,109,92); }
H1.HeaderClassName
{
color: #916D5C;
}
.AnyTagClassName
{
color: #916D5C;
}
</style>
background-color css
<style>
a { background-color: #916D5C; }
a { background-color: rgb(145,109,92); }
div.DivClassName
{
background-color: #916D5C;
}
.BgClassName
{
background-color: #916D5C;
}
</style>
border-color css
<style>
span { border-color: #916D5C; }
span { border-color: rgb(145,109,92); }
td.TdClassName
{
border-color: #916D5C;
}
.TagClassName
{
border-color: #916D5C;
}
</style>