Shades of Dark Tan #8F6C48
Tints of Dark Tan #8F6C48
RGB
CMYK
RGB Variations
Color information
#8F6C48 (or 0x8F6C48) is known color: Dark Tan. HEX triplet: 8F, 6C and 48. RGB value is (143,108,72). Sum of RGB (Red+Green+Blue) = 143+108+72=323 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.27% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6C48 is #7093B7. Grayscale: #727272. Windows color (decimal): -7377848 or 4746383. OLE color: 4746383.
HSL color Cylindrical-coordinate representation of color #8F6C48: hue angle of 30.42º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F6C48 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 108 | 72 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.44 |
| HSL | 30.42º | 0.33% | 0.42% | - |
| HSV(B) | 30.42º | 0.5% | 0.56% | - |
| XYZ | 17.86 | 17.03 | 8.48 | - |
| YUV | 114.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 72 | 0 | 0.24 | 0.50 | 0.44 | 30.42 | 0.33 | 0.42 |
| Hex | 8F | 6C | 48 | 0 | 18 | 32 | 2C | 1E | 21 | 2A |
| Octal | 217 | 154 | 110 | 0 | 30 | 62 | 54 | 36 | 41 | 52 |
| Binary | 10001111 | 1101100 | 1001000 | 0 | 11000 | 110010 | 101100 | 11110 | 100001 | 101010 |
Color Harmonies of #8F6C48
Complementary color
Monochromatic Colors of #8F6C48
Black with #8F6C48
Text Example
Text Example
White with #8F6C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6C48; }
p { color: rgb(143,108,72); }
H1.HeaderClassName
{
color: #8F6C48;
}
.AnyTagClassName
{
color: #8F6C48;
}
</style>
background-color css
<style>
a { background-color: #8F6C48; }
a { background-color: rgb(143,108,72); }
div.DivClassName
{
background-color: #8F6C48;
}
.BgClassName
{
background-color: #8F6C48;
}
</style>
border-color css
<style>
span { border-color: #8F6C48; }
span { border-color: rgb(143,108,72); }
td.TdClassName
{
border-color: #8F6C48;
}
.TagClassName
{
border-color: #8F6C48;
}
</style>