Shades of Beaver #8C6C60
Tints of Beaver #8C6C60
RGB
CMYK
RGB Variations
Color information
#8C6C60 (or 0x8C6C60) is known color: Beaver. HEX triplet: 8C, 6C and 60. RGB value is (140,108,96). Sum of RGB (Red+Green+Blue) = 140+108+96=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6C60 is #73939F. Grayscale: #747474. Windows color (decimal): -7574432 or 6319244. OLE color: 6319244.
HSL color Cylindrical-coordinate representation of color #8C6C60: hue angle of 16.36º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6C60 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 108 | 96 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.45 |
| HSL | 16.36º | 0.19% | 0.46% | - |
| HSV(B) | 16.36º | 0.31% | 0.55% | - |
| XYZ | 18.29 | 17.15 | 13.41 | - |
| YUV | 116.2 | 116.6 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 108 | 96 | 0 | 0.23 | 0.31 | 0.45 | 16.36 | 0.19 | 0.46 |
| Hex | 8C | 6C | 60 | 0 | 17 | 1F | 2D | 10 | 13 | 2E |
| Octal | 214 | 154 | 140 | 0 | 27 | 37 | 55 | 20 | 23 | 56 |
| Binary | 10001100 | 1101100 | 1100000 | 0 | 10111 | 11111 | 101101 | 10000 | 10011 | 101110 |
Color Harmonies of #8C6C60
Complementary color
Monochromatic Colors of #8C6C60
Black with #8C6C60
Text Example
Text Example
White with #8C6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6C60; }
p { color: rgb(140,108,96); }
H1.HeaderClassName
{
color: #8C6C60;
}
.AnyTagClassName
{
color: #8C6C60;
}
</style>
background-color css
<style>
a { background-color: #8C6C60; }
a { background-color: rgb(140,108,96); }
div.DivClassName
{
background-color: #8C6C60;
}
.BgClassName
{
background-color: #8C6C60;
}
</style>
border-color css
<style>
span { border-color: #8C6C60; }
span { border-color: rgb(140,108,96); }
td.TdClassName
{
border-color: #8C6C60;
}
.TagClassName
{
border-color: #8C6C60;
}
</style>