Shades of Beaver #8A6C60
Tints of Beaver #8A6C60
RGB
CMYK
RGB Variations
Color information
#8A6C60 (or 0x8A6C60) is known color: Beaver. HEX triplet: 8A, 6C and 60. RGB value is (138,108,96). Sum of RGB (Red+Green+Blue) = 138+108+96=342 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.35% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6C60 is #75939F. Grayscale: #737373. Windows color (decimal): -7705504 or 6319242. OLE color: 6319242.
HSL color Cylindrical-coordinate representation of color #8A6C60: hue angle of 17.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6C60 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 108 | 96 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.46 |
| HSL | 17.14º | 0.18% | 0.46% | - |
| HSV(B) | 17.14º | 0.3% | 0.54% | - |
| XYZ | 17.96 | 16.97 | 13.4 | - |
| YUV | 115.6 | 116.94 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 108 | 96 | 0 | 0.22 | 0.30 | 0.46 | 17.14 | 0.18 | 0.46 |
| Hex | 8A | 6C | 60 | 0 | 16 | 1E | 2E | 11 | 12 | 2E |
| Octal | 212 | 154 | 140 | 0 | 26 | 36 | 56 | 21 | 22 | 56 |
| Binary | 10001010 | 1101100 | 1100000 | 0 | 10110 | 11110 | 101110 | 10001 | 10010 | 101110 |
Color Harmonies of #8A6C60
Complementary color
Monochromatic Colors of #8A6C60
Black with #8A6C60
Text Example
Text Example
White with #8A6C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6C60; }
p { color: rgb(138,108,96); }
H1.HeaderClassName
{
color: #8A6C60;
}
.AnyTagClassName
{
color: #8A6C60;
}
</style>
background-color css
<style>
a { background-color: #8A6C60; }
a { background-color: rgb(138,108,96); }
div.DivClassName
{
background-color: #8A6C60;
}
.BgClassName
{
background-color: #8A6C60;
}
</style>
border-color css
<style>
span { border-color: #8A6C60; }
span { border-color: rgb(138,108,96); }
td.TdClassName
{
border-color: #8A6C60;
}
.TagClassName
{
border-color: #8A6C60;
}
</style>