Shades of Beaver #8B6E5D
Tints of Beaver #8B6E5D
RGB
CMYK
RGB Variations
Color information
#8B6E5D (or 0x8B6E5D) is known color: Beaver. HEX triplet: 8B, 6E and 5D. RGB value is (139,110,93). Sum of RGB (Red+Green+Blue) = 139+110+93=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E5D is #7491A2. Grayscale: #747474. Windows color (decimal): -7639459 or 6123147. OLE color: 6123147.
HSL color Cylindrical-coordinate representation of color #8B6E5D: hue angle of 22.17º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B6E5D is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 93 | - |
| CMYK | 0 | 0.21 | 0.33 | 0.45 |
| HSL | 22.17º | 0.2% | 0.45% | - |
| HSV(B) | 22.17º | 0.33% | 0.55% | - |
| XYZ | 18.2 | 17.43 | 12.76 | - |
| YUV | 116.73 | 114.61 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 93 | 0 | 0.21 | 0.33 | 0.45 | 22.17 | 0.2 | 0.45 |
| Hex | 8B | 6E | 5D | 0 | 15 | 21 | 2D | 16 | 14 | 2D |
| Octal | 213 | 156 | 135 | 0 | 25 | 41 | 55 | 26 | 24 | 55 |
| Binary | 10001011 | 1101110 | 1011101 | 0 | 10101 | 100001 | 101101 | 10110 | 10100 | 101101 |
Color Harmonies of #8B6E5D
Complementary color
Monochromatic Colors of #8B6E5D
Black with #8B6E5D
Text Example
Text Example
White with #8B6E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E5D; }
p { color: rgb(139,110,93); }
H1.HeaderClassName
{
color: #8B6E5D;
}
.AnyTagClassName
{
color: #8B6E5D;
}
</style>
background-color css
<style>
a { background-color: #8B6E5D; }
a { background-color: rgb(139,110,93); }
div.DivClassName
{
background-color: #8B6E5D;
}
.BgClassName
{
background-color: #8B6E5D;
}
</style>
border-color css
<style>
span { border-color: #8B6E5D; }
span { border-color: rgb(139,110,93); }
td.TdClassName
{
border-color: #8B6E5D;
}
.TagClassName
{
border-color: #8B6E5D;
}
</style>