Shades of Beaver #8D685C
Tints of Beaver #8D685C
RGB
CMYK
RGB Variations
Color information
#8D685C (or 0x8D685C) is known color: Beaver. HEX triplet: 8D, 68 and 5C. RGB value is (141,104,92). Sum of RGB (Red+Green+Blue) = 141+104+92=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D685C is #7297A3. Grayscale: #717171. Windows color (decimal): -7509924 or 6056077. OLE color: 6056077.
HSL color Cylindrical-coordinate representation of color #8D685C: hue angle of 14.69º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D685C is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 92 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.45 |
| HSL | 14.69º | 0.21% | 0.46% | - |
| HSV(B) | 14.69º | 0.35% | 0.55% | - |
| XYZ | 17.87 | 16.34 | 12.34 | - |
| YUV | 113.7 | 115.76 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 92 | 0 | 0.26 | 0.35 | 0.45 | 14.69 | 0.21 | 0.46 |
| Hex | 8D | 68 | 5C | 0 | 1A | 23 | 2D | F | 15 | 2E |
| Octal | 215 | 150 | 134 | 0 | 32 | 43 | 55 | 17 | 25 | 56 |
| Binary | 10001101 | 1101000 | 1011100 | 0 | 11010 | 100011 | 101101 | 1111 | 10101 | 101110 |
Color Harmonies of #8D685C
Complementary color
Monochromatic Colors of #8D685C
Black with #8D685C
Text Example
Text Example
White with #8D685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D685C; }
p { color: rgb(141,104,92); }
H1.HeaderClassName
{
color: #8D685C;
}
.AnyTagClassName
{
color: #8D685C;
}
</style>
background-color css
<style>
a { background-color: #8D685C; }
a { background-color: rgb(141,104,92); }
div.DivClassName
{
background-color: #8D685C;
}
.BgClassName
{
background-color: #8D685C;
}
</style>
border-color css
<style>
span { border-color: #8D685C; }
span { border-color: rgb(141,104,92); }
td.TdClassName
{
border-color: #8D685C;
}
.TagClassName
{
border-color: #8D685C;
}
</style>