Shades of Beaver #8F6E5D
Tints of Beaver #8F6E5D
RGB
CMYK
RGB Variations
Color information
#8F6E5D (or 0x8F6E5D) is known color: Beaver. HEX triplet: 8F, 6E and 5D. RGB value is (143,110,93). Sum of RGB (Red+Green+Blue) = 143+110+93=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6E5D is #7091A2. Grayscale: #767676. Windows color (decimal): -7377315 or 6123151. OLE color: 6123151.
HSL color Cylindrical-coordinate representation of color #8F6E5D: hue angle of 20.4º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F6E5D is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 110 | 93 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.44 |
| HSL | 20.4º | 0.21% | 0.46% | - |
| HSV(B) | 20.4º | 0.35% | 0.56% | - |
| XYZ | 18.88 | 17.78 | 12.79 | - |
| YUV | 117.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 93 | 0 | 0.23 | 0.35 | 0.44 | 20.4 | 0.21 | 0.46 |
| Hex | 8F | 6E | 5D | 0 | 17 | 23 | 2C | 14 | 15 | 2E |
| Octal | 217 | 156 | 135 | 0 | 27 | 43 | 54 | 24 | 25 | 56 |
| Binary | 10001111 | 1101110 | 1011101 | 0 | 10111 | 100011 | 101100 | 10100 | 10101 | 101110 |
Color Harmonies of #8F6E5D
Complementary color
Monochromatic Colors of #8F6E5D
Black with #8F6E5D
Text Example
Text Example
White with #8F6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6E5D; }
p { color: rgb(143,110,93); }
H1.HeaderClassName
{
color: #8F6E5D;
}
.AnyTagClassName
{
color: #8F6E5D;
}
</style>
background-color css
<style>
a { background-color: #8F6E5D; }
a { background-color: rgb(143,110,93); }
div.DivClassName
{
background-color: #8F6E5D;
}
.BgClassName
{
background-color: #8F6E5D;
}
</style>
border-color css
<style>
span { border-color: #8F6E5D; }
span { border-color: rgb(143,110,93); }
td.TdClassName
{
border-color: #8F6E5D;
}
.TagClassName
{
border-color: #8F6E5D;
}
</style>