Shades of Beaver #8C7065
Tints of Beaver #8C7065
RGB
CMYK
RGB Variations
Color information
#8C7065 (or 0x8C7065) is known color: Beaver. HEX triplet: 8C, 70 and 65. RGB value is (140,112,101). Sum of RGB (Red+Green+Blue) = 140+112+101=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7065 is #738F9A. Grayscale: #777777. Windows color (decimal): -7573403 or 6647948. OLE color: 6647948.
HSL color Cylindrical-coordinate representation of color #8C7065: hue angle of 16.92º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7065 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 101 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.45 |
| HSL | 16.92º | 0.16% | 0.47% | - |
| HSV(B) | 16.92º | 0.28% | 0.55% | - |
| XYZ | 18.96 | 18.1 | 14.81 | - |
| YUV | 119.12 | 117.78 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 101 | 0 | 0.20 | 0.28 | 0.45 | 16.92 | 0.16 | 0.47 |
| Hex | 8C | 70 | 65 | 0 | 14 | 1C | 2D | 11 | 10 | 2F |
| Octal | 214 | 160 | 145 | 0 | 24 | 34 | 55 | 21 | 20 | 57 |
| Binary | 10001100 | 1110000 | 1100101 | 0 | 10100 | 11100 | 101101 | 10001 | 10000 | 101111 |
Color Harmonies of #8C7065
Complementary color
Monochromatic Colors of #8C7065
Black with #8C7065
Text Example
Text Example
White with #8C7065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7065; }
p { color: rgb(140,112,101); }
H1.HeaderClassName
{
color: #8C7065;
}
.AnyTagClassName
{
color: #8C7065;
}
</style>
background-color css
<style>
a { background-color: #8C7065; }
a { background-color: rgb(140,112,101); }
div.DivClassName
{
background-color: #8C7065;
}
.BgClassName
{
background-color: #8C7065;
}
</style>
border-color css
<style>
span { border-color: #8C7065; }
span { border-color: rgb(140,112,101); }
td.TdClassName
{
border-color: #8C7065;
}
.TagClassName
{
border-color: #8C7065;
}
</style>