Shades of Beaver #8B685D
Tints of Beaver #8B685D
RGB
CMYK
RGB Variations
Color information
#8B685D (or 0x8B685D) is known color: Beaver. HEX triplet: 8B, 68 and 5D. RGB value is (139,104,93). Sum of RGB (Red+Green+Blue) = 139+104+93=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B685D is #7497A2. Grayscale: #717171. Windows color (decimal): -7640995 or 6121611. OLE color: 6121611.
HSL color Cylindrical-coordinate representation of color #8B685D: hue angle of 14.35º 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 #8B685D is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 93 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.45 |
| HSL | 14.35º | 0.2% | 0.45% | - |
| HSV(B) | 14.35º | 0.33% | 0.55% | - |
| XYZ | 17.57 | 16.18 | 12.55 | - |
| YUV | 113.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 93 | 0 | 0.25 | 0.33 | 0.45 | 14.35 | 0.2 | 0.45 |
| Hex | 8B | 68 | 5D | 0 | 19 | 21 | 2D | E | 14 | 2D |
| Octal | 213 | 150 | 135 | 0 | 31 | 41 | 55 | 16 | 24 | 55 |
| Binary | 10001011 | 1101000 | 1011101 | 0 | 11001 | 100001 | 101101 | 1110 | 10100 | 101101 |
Color Harmonies of #8B685D
Complementary color
Monochromatic Colors of #8B685D
Black with #8B685D
Text Example
Text Example
White with #8B685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B685D; }
p { color: rgb(139,104,93); }
H1.HeaderClassName
{
color: #8B685D;
}
.AnyTagClassName
{
color: #8B685D;
}
</style>
background-color css
<style>
a { background-color: #8B685D; }
a { background-color: rgb(139,104,93); }
div.DivClassName
{
background-color: #8B685D;
}
.BgClassName
{
background-color: #8B685D;
}
</style>
border-color css
<style>
span { border-color: #8B685D; }
span { border-color: rgb(139,104,93); }
td.TdClassName
{
border-color: #8B685D;
}
.TagClassName
{
border-color: #8B685D;
}
</style>