Shades of Beaver #8D6E5B
Tints of Beaver #8D6E5B
RGB
CMYK
RGB Variations
Color information
#8D6E5B (or 0x8D6E5B) is known color: Beaver. HEX triplet: 8D, 6E and 5B. RGB value is (141,110,91). Sum of RGB (Red+Green+Blue) = 141+110+91=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E5B is #7291A4. Grayscale: #757575. Windows color (decimal): -7508389 or 5992077. OLE color: 5992077.
HSL color Cylindrical-coordinate representation of color #8D6E5B: hue angle of 22.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D6E5B is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 110 | 91 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.45 |
| HSL | 22.8º | 0.22% | 0.45% | - |
| HSV(B) | 22.8º | 0.35% | 0.55% | - |
| XYZ | 18.45 | 17.57 | 12.32 | - |
| YUV | 117.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 91 | 0 | 0.22 | 0.35 | 0.45 | 22.8 | 0.22 | 0.45 |
| Hex | 8D | 6E | 5B | 0 | 16 | 23 | 2D | 17 | 16 | 2D |
| Octal | 215 | 156 | 133 | 0 | 26 | 43 | 55 | 27 | 26 | 55 |
| Binary | 10001101 | 1101110 | 1011011 | 0 | 10110 | 100011 | 101101 | 10111 | 10110 | 101101 |
Color Harmonies of #8D6E5B
Complementary color
Monochromatic Colors of #8D6E5B
Black with #8D6E5B
Text Example
Text Example
White with #8D6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6E5B; }
p { color: rgb(141,110,91); }
H1.HeaderClassName
{
color: #8D6E5B;
}
.AnyTagClassName
{
color: #8D6E5B;
}
</style>
background-color css
<style>
a { background-color: #8D6E5B; }
a { background-color: rgb(141,110,91); }
div.DivClassName
{
background-color: #8D6E5B;
}
.BgClassName
{
background-color: #8D6E5B;
}
</style>
border-color css
<style>
span { border-color: #8D6E5B; }
span { border-color: rgb(141,110,91); }
td.TdClassName
{
border-color: #8D6E5B;
}
.TagClassName
{
border-color: #8D6E5B;
}
</style>