Shades of Beaver #8A7066
Tints of Beaver #8A7066
RGB
CMYK
RGB Variations
Color information
#8A7066 (or 0x8A7066) is known color: Beaver. HEX triplet: 8A, 70 and 66. RGB value is (138,112,102). Sum of RGB (Red+Green+Blue) = 138+112+102=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7066 is #758F99. Grayscale: #767676. Windows color (decimal): -7704474 or 6713482. OLE color: 6713482.
HSL color Cylindrical-coordinate representation of color #8A7066: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7066 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 102 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.46 |
| HSL | 16.67º | 0.15% | 0.47% | - |
| HSV(B) | 16.67º | 0.26% | 0.54% | - |
| XYZ | 18.67 | 17.95 | 15.05 | - |
| YUV | 118.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 102 | 0 | 0.19 | 0.26 | 0.46 | 16.67 | 0.15 | 0.47 |
| Hex | 8A | 70 | 66 | 0 | 13 | 1A | 2E | 11 | F | 2F |
| Octal | 212 | 160 | 146 | 0 | 23 | 32 | 56 | 21 | 17 | 57 |
| Binary | 10001010 | 1110000 | 1100110 | 0 | 10011 | 11010 | 101110 | 10001 | 1111 | 101111 |
Color Harmonies of #8A7066
Complementary color
Monochromatic Colors of #8A7066
Black with #8A7066
Text Example
Text Example
White with #8A7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7066; }
p { color: rgb(138,112,102); }
H1.HeaderClassName
{
color: #8A7066;
}
.AnyTagClassName
{
color: #8A7066;
}
</style>
background-color css
<style>
a { background-color: #8A7066; }
a { background-color: rgb(138,112,102); }
div.DivClassName
{
background-color: #8A7066;
}
.BgClassName
{
background-color: #8A7066;
}
</style>
border-color css
<style>
span { border-color: #8A7066; }
span { border-color: rgb(138,112,102); }
td.TdClassName
{
border-color: #8A7066;
}
.TagClassName
{
border-color: #8A7066;
}
</style>