Shades of Beaver #8F685B
Tints of Beaver #8F685B
RGB
CMYK
RGB Variations
Color information
#8F685B (or 0x8F685B) is known color: Beaver. HEX triplet: 8F, 68 and 5B. RGB value is (143,104,91). Sum of RGB (Red+Green+Blue) = 143+104+91=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F685B is #7097A4. Grayscale: #727272. Windows color (decimal): -7378853 or 5990543. OLE color: 5990543.
HSL color Cylindrical-coordinate representation of color #8F685B: hue angle of 15º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F685B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 91 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.44 |
| HSL | 15º | 0.22% | 0.46% | - |
| HSV(B) | 15º | 0.36% | 0.56% | - |
| XYZ | 18.17 | 16.5 | 12.12 | - |
| YUV | 114.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 91 | 0 | 0.27 | 0.36 | 0.44 | 15 | 0.22 | 0.46 |
| Hex | 8F | 68 | 5B | 0 | 1B | 24 | 2C | F | 16 | 2E |
| Octal | 217 | 150 | 133 | 0 | 33 | 44 | 54 | 17 | 26 | 56 |
| Binary | 10001111 | 1101000 | 1011011 | 0 | 11011 | 100100 | 101100 | 1111 | 10110 | 101110 |
Color Harmonies of #8F685B
Complementary color
Monochromatic Colors of #8F685B
Black with #8F685B
Text Example
Text Example
White with #8F685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F685B; }
p { color: rgb(143,104,91); }
H1.HeaderClassName
{
color: #8F685B;
}
.AnyTagClassName
{
color: #8F685B;
}
</style>
background-color css
<style>
a { background-color: #8F685B; }
a { background-color: rgb(143,104,91); }
div.DivClassName
{
background-color: #8F685B;
}
.BgClassName
{
background-color: #8F685B;
}
</style>
border-color css
<style>
span { border-color: #8F685B; }
span { border-color: rgb(143,104,91); }
td.TdClassName
{
border-color: #8F685B;
}
.TagClassName
{
border-color: #8F685B;
}
</style>