Shades of Beaver #8F695C
Tints of Beaver #8F695C
RGB
CMYK
RGB Variations
Color information
#8F695C (or 0x8F695C) is known color: Beaver. HEX triplet: 8F, 69 and 5C. RGB value is (143,105,92). Sum of RGB (Red+Green+Blue) = 143+105+92=340 (45% of max value = 765). Red value is 143 (56.25% from 255 or 42.06% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 143 - color contains mainly: red. Hex color #8F695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F695C is #7096A3. Grayscale: #727272. Windows color (decimal): -7378596 or 6056335. OLE color: 6056335.
HSL color Cylindrical-coordinate representation of color #8F695C: hue angle of 15.29º 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 #8F695C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 92 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.44 |
| HSL | 15.29º | 0.22% | 0.46% | - |
| HSV(B) | 15.29º | 0.36% | 0.56% | - |
| XYZ | 18.31 | 16.72 | 12.39 | - |
| YUV | 114.88 | 115.09 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 92 | 0 | 0.27 | 0.36 | 0.44 | 15.29 | 0.22 | 0.46 |
| Hex | 8F | 69 | 5C | 0 | 1B | 24 | 2C | F | 16 | 2E |
| Octal | 217 | 151 | 134 | 0 | 33 | 44 | 54 | 17 | 26 | 56 |
| Binary | 10001111 | 1101001 | 1011100 | 0 | 11011 | 100100 | 101100 | 1111 | 10110 | 101110 |
Color Harmonies of #8F695C
Complementary color
Monochromatic Colors of #8F695C
Black with #8F695C
Text Example
Text Example
White with #8F695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F695C; }
p { color: rgb(143,105,92); }
H1.HeaderClassName
{
color: #8F695C;
}
.AnyTagClassName
{
color: #8F695C;
}
</style>
background-color css
<style>
a { background-color: #8F695C; }
a { background-color: rgb(143,105,92); }
div.DivClassName
{
background-color: #8F695C;
}
.BgClassName
{
background-color: #8F695C;
}
</style>
border-color css
<style>
span { border-color: #8F695C; }
span { border-color: rgb(143,105,92); }
td.TdClassName
{
border-color: #8F695C;
}
.TagClassName
{
border-color: #8F695C;
}
</style>