Shades of Beaver #8B6B5B
Tints of Beaver #8B6B5B
RGB
CMYK
RGB Variations
Color information
#8B6B5B (or 0x8B6B5B) is known color: Beaver. HEX triplet: 8B, 6B and 5B. RGB value is (139,107,91). Sum of RGB (Red+Green+Blue) = 139+107+91=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B5B is #7494A4. Grayscale: #727272. Windows color (decimal): -7640229 or 5991307. OLE color: 5991307.
HSL color Cylindrical-coordinate representation of color #8B6B5B: hue angle of 20º degrees, saturation: 0.21, 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 #8B6B5B is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 107 | 91 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.45 |
| HSL | 20º | 0.21% | 0.45% | - |
| HSV(B) | 20º | 0.35% | 0.55% | - |
| XYZ | 17.79 | 16.76 | 12.19 | - |
| YUV | 114.74 | 114.6 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 107 | 91 | 0 | 0.23 | 0.35 | 0.45 | 20 | 0.21 | 0.45 |
| Hex | 8B | 6B | 5B | 0 | 17 | 23 | 2D | 14 | 15 | 2D |
| Octal | 213 | 153 | 133 | 0 | 27 | 43 | 55 | 24 | 25 | 55 |
| Binary | 10001011 | 1101011 | 1011011 | 0 | 10111 | 100011 | 101101 | 10100 | 10101 | 101101 |
Color Harmonies of #8B6B5B
Complementary color
Monochromatic Colors of #8B6B5B
Black with #8B6B5B
Text Example
Text Example
White with #8B6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6B5B; }
p { color: rgb(139,107,91); }
H1.HeaderClassName
{
color: #8B6B5B;
}
.AnyTagClassName
{
color: #8B6B5B;
}
</style>
background-color css
<style>
a { background-color: #8B6B5B; }
a { background-color: rgb(139,107,91); }
div.DivClassName
{
background-color: #8B6B5B;
}
.BgClassName
{
background-color: #8B6B5B;
}
</style>
border-color css
<style>
span { border-color: #8B6B5B; }
span { border-color: rgb(139,107,91); }
td.TdClassName
{
border-color: #8B6B5B;
}
.TagClassName
{
border-color: #8B6B5B;
}
</style>