Shades of Beaver #8D6B5D
Tints of Beaver #8D6B5D
RGB
CMYK
RGB Variations
Color information
#8D6B5D (or 0x8D6B5D) is known color: Beaver. HEX triplet: 8D, 6B and 5D. RGB value is (141,107,93). Sum of RGB (Red+Green+Blue) = 141+107+93=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6B5D is #7294A2. Grayscale: #737373. Windows color (decimal): -7509155 or 6122381. OLE color: 6122381.
HSL color Cylindrical-coordinate representation of color #8D6B5D: hue angle of 17.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D6B5D is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 107 | 93 | - |
| CMYK | 0 | 0.24 | 0.34 | 0.45 |
| HSL | 17.5º | 0.21% | 0.46% | - |
| HSV(B) | 17.5º | 0.34% | 0.55% | - |
| XYZ | 18.22 | 16.97 | 12.67 | - |
| YUV | 115.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 107 | 93 | 0 | 0.24 | 0.34 | 0.45 | 17.5 | 0.21 | 0.46 |
| Hex | 8D | 6B | 5D | 0 | 18 | 22 | 2D | 12 | 15 | 2E |
| Octal | 215 | 153 | 135 | 0 | 30 | 42 | 55 | 22 | 25 | 56 |
| Binary | 10001101 | 1101011 | 1011101 | 0 | 11000 | 100010 | 101101 | 10010 | 10101 | 101110 |
Color Harmonies of #8D6B5D
Complementary color
Monochromatic Colors of #8D6B5D
Black with #8D6B5D
Text Example
Text Example
White with #8D6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6B5D; }
p { color: rgb(141,107,93); }
H1.HeaderClassName
{
color: #8D6B5D;
}
.AnyTagClassName
{
color: #8D6B5D;
}
</style>
background-color css
<style>
a { background-color: #8D6B5D; }
a { background-color: rgb(141,107,93); }
div.DivClassName
{
background-color: #8D6B5D;
}
.BgClassName
{
background-color: #8D6B5D;
}
</style>
border-color css
<style>
span { border-color: #8D6B5D; }
span { border-color: rgb(141,107,93); }
td.TdClassName
{
border-color: #8D6B5D;
}
.TagClassName
{
border-color: #8D6B5D;
}
</style>