Shades of Beaver #8B6D59
Tints of Beaver #8B6D59
RGB
CMYK
RGB Variations
Color information
#8B6D59 (or 0x8B6D59) is known color: Beaver. HEX triplet: 8B, 6D and 59. RGB value is (139,109,89). Sum of RGB (Red+Green+Blue) = 139+109+89=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D59 is #7492A6. Grayscale: #737373. Windows color (decimal): -7639719 or 5860747. OLE color: 5860747.
HSL color Cylindrical-coordinate representation of color #8B6D59: hue angle of 24º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B6D59 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 109 | 89 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.45 |
| HSL | 24º | 0.22% | 0.45% | - |
| HSV(B) | 24º | 0.36% | 0.55% | - |
| XYZ | 17.92 | 17.15 | 11.82 | - |
| YUV | 115.69 | 112.94 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 89 | 0 | 0.22 | 0.36 | 0.45 | 24 | 0.22 | 0.45 |
| Hex | 8B | 6D | 59 | 0 | 16 | 24 | 2D | 18 | 16 | 2D |
| Octal | 213 | 155 | 131 | 0 | 26 | 44 | 55 | 30 | 26 | 55 |
| Binary | 10001011 | 1101101 | 1011001 | 0 | 10110 | 100100 | 101101 | 11000 | 10110 | 101101 |
Color Harmonies of #8B6D59
Complementary color
Monochromatic Colors of #8B6D59
Black with #8B6D59
Text Example
Text Example
White with #8B6D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D59; }
p { color: rgb(139,109,89); }
H1.HeaderClassName
{
color: #8B6D59;
}
.AnyTagClassName
{
color: #8B6D59;
}
</style>
background-color css
<style>
a { background-color: #8B6D59; }
a { background-color: rgb(139,109,89); }
div.DivClassName
{
background-color: #8B6D59;
}
.BgClassName
{
background-color: #8B6D59;
}
</style>
border-color css
<style>
span { border-color: #8B6D59; }
span { border-color: rgb(139,109,89); }
td.TdClassName
{
border-color: #8B6D59;
}
.TagClassName
{
border-color: #8B6D59;
}
</style>