Shades of Beaver #8C6E5C
Tints of Beaver #8C6E5C
RGB
CMYK
RGB Variations
Color information
#8C6E5C (or 0x8C6E5C) is known color: Beaver. HEX triplet: 8C, 6E and 5C. RGB value is (140,110,92). Sum of RGB (Red+Green+Blue) = 140+110+92=342 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.94% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6E5C is #7391A3. Grayscale: #757575. Windows color (decimal): -7573924 or 6057612. OLE color: 6057612.
HSL color Cylindrical-coordinate representation of color #8C6E5C: hue angle of 22.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C6E5C is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 92 | - |
| CMYK | 0 | 0.21 | 0.34 | 0.45 |
| HSL | 22.5º | 0.21% | 0.45% | - |
| HSV(B) | 22.5º | 0.34% | 0.55% | - |
| XYZ | 18.32 | 17.5 | 12.54 | - |
| YUV | 116.92 | 113.94 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 92 | 0 | 0.21 | 0.34 | 0.45 | 22.5 | 0.21 | 0.45 |
| Hex | 8C | 6E | 5C | 0 | 15 | 22 | 2D | 16 | 15 | 2D |
| Octal | 214 | 156 | 134 | 0 | 25 | 42 | 55 | 26 | 25 | 55 |
| Binary | 10001100 | 1101110 | 1011100 | 0 | 10101 | 100010 | 101101 | 10110 | 10101 | 101101 |
Color Harmonies of #8C6E5C
Complementary color
Monochromatic Colors of #8C6E5C
Black with #8C6E5C
Text Example
Text Example
White with #8C6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E5C; }
p { color: rgb(140,110,92); }
H1.HeaderClassName
{
color: #8C6E5C;
}
.AnyTagClassName
{
color: #8C6E5C;
}
</style>
background-color css
<style>
a { background-color: #8C6E5C; }
a { background-color: rgb(140,110,92); }
div.DivClassName
{
background-color: #8C6E5C;
}
.BgClassName
{
background-color: #8C6E5C;
}
</style>
border-color css
<style>
span { border-color: #8C6E5C; }
span { border-color: rgb(140,110,92); }
td.TdClassName
{
border-color: #8C6E5C;
}
.TagClassName
{
border-color: #8C6E5C;
}
</style>