Shades of Beaver #8C6D62
Tints of Beaver #8C6D62
RGB
CMYK
RGB Variations
Color information
#8C6D62 (or 0x8C6D62) is known color: Beaver. HEX triplet: 8C, 6D and 62. RGB value is (140,109,98). Sum of RGB (Red+Green+Blue) = 140+109+98=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6D62 is #73929D. Grayscale: #757575. Windows color (decimal): -7574174 or 6450572. OLE color: 6450572.
HSL color Cylindrical-coordinate representation of color #8C6D62: hue angle of 15.71º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6D62 is Cyan = 0, Magento = 0.22, Yellow = 0.3 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 109 | 98 | - |
| CMYK | 0 | 0.22 | 0.3 | 0.45 |
| HSL | 15.71º | 0.18% | 0.47% | - |
| HSV(B) | 15.71º | 0.3% | 0.55% | - |
| XYZ | 18.49 | 17.39 | 13.94 | - |
| YUV | 117.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 98 | 0 | 0.22 | 0.3 | 0.45 | 15.71 | 0.18 | 0.47 |
| Hex | 8C | 6D | 62 | 0 | 16 | 1E | 2D | 10 | 12 | 2F |
| Octal | 214 | 155 | 142 | 0 | 26 | 36 | 55 | 20 | 22 | 57 |
| Binary | 10001100 | 1101101 | 1100010 | 0 | 10110 | 11110 | 101101 | 10000 | 10010 | 101111 |
Color Harmonies of #8C6D62
Complementary color
Monochromatic Colors of #8C6D62
Black with #8C6D62
Text Example
Text Example
White with #8C6D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6D62; }
p { color: rgb(140,109,98); }
H1.HeaderClassName
{
color: #8C6D62;
}
.AnyTagClassName
{
color: #8C6D62;
}
</style>
background-color css
<style>
a { background-color: #8C6D62; }
a { background-color: rgb(140,109,98); }
div.DivClassName
{
background-color: #8C6D62;
}
.BgClassName
{
background-color: #8C6D62;
}
</style>
border-color css
<style>
span { border-color: #8C6D62; }
span { border-color: rgb(140,109,98); }
td.TdClassName
{
border-color: #8C6D62;
}
.TagClassName
{
border-color: #8C6D62;
}
</style>