Shades of Beaver #8C7165
Tints of Beaver #8C7165
RGB
CMYK
RGB Variations
Color information
#8C7165 (or 0x8C7165) is known color: Beaver. HEX triplet: 8C, 71 and 65. RGB value is (140,113,101). Sum of RGB (Red+Green+Blue) = 140+113+101=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7165 is #738E9A. Grayscale: #777777. Windows color (decimal): -7573147 or 6648204. OLE color: 6648204.
HSL color Cylindrical-coordinate representation of color #8C7165: hue angle of 18.46º 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 #8C7165 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 101 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.45 |
| HSL | 18.46º | 0.16% | 0.47% | - |
| HSV(B) | 18.46º | 0.28% | 0.55% | - |
| XYZ | 19.07 | 18.33 | 14.84 | - |
| YUV | 119.71 | 117.45 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 101 | 0 | 0.19 | 0.28 | 0.45 | 18.46 | 0.16 | 0.47 |
| Hex | 8C | 71 | 65 | 0 | 13 | 1C | 2D | 12 | 10 | 2F |
| Octal | 214 | 161 | 145 | 0 | 23 | 34 | 55 | 22 | 20 | 57 |
| Binary | 10001100 | 1110001 | 1100101 | 0 | 10011 | 11100 | 101101 | 10010 | 10000 | 101111 |
Color Harmonies of #8C7165
Complementary color
Monochromatic Colors of #8C7165
Black with #8C7165
Text Example
Text Example
White with #8C7165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7165; }
p { color: rgb(140,113,101); }
H1.HeaderClassName
{
color: #8C7165;
}
.AnyTagClassName
{
color: #8C7165;
}
</style>
background-color css
<style>
a { background-color: #8C7165; }
a { background-color: rgb(140,113,101); }
div.DivClassName
{
background-color: #8C7165;
}
.BgClassName
{
background-color: #8C7165;
}
</style>
border-color css
<style>
span { border-color: #8C7165; }
span { border-color: rgb(140,113,101); }
td.TdClassName
{
border-color: #8C7165;
}
.TagClassName
{
border-color: #8C7165;
}
</style>