Shades of Dark Tan #8F6948
Tints of Dark Tan #8F6948
RGB
CMYK
RGB Variations
Color information
#8F6948 (or 0x8F6948) is known color: Dark Tan. HEX triplet: 8F, 69 and 48. RGB value is (143,105,72). Sum of RGB (Red+Green+Blue) = 143+105+72=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6948 is #7096B7. Grayscale: #707070. Windows color (decimal): -7378616 or 4745615. OLE color: 4745615.
HSL color Cylindrical-coordinate representation of color #8F6948: hue angle of 27.89º 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 #8F6948 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 72 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.44 |
| HSL | 27.89º | 0.33% | 0.42% | - |
| HSV(B) | 27.89º | 0.5% | 0.56% | - |
| XYZ | 17.55 | 16.41 | 8.37 | - |
| YUV | 112.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 72 | 0 | 0.27 | 0.50 | 0.44 | 27.89 | 0.33 | 0.42 |
| Hex | 8F | 69 | 48 | 0 | 1B | 32 | 2C | 1C | 21 | 2A |
| Octal | 217 | 151 | 110 | 0 | 33 | 62 | 54 | 34 | 41 | 52 |
| Binary | 10001111 | 1101001 | 1001000 | 0 | 11011 | 110010 | 101100 | 11100 | 100001 | 101010 |
Color Harmonies of #8F6948
Complementary color
Monochromatic Colors of #8F6948
Black with #8F6948
Text Example
Text Example
White with #8F6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6948; }
p { color: rgb(143,105,72); }
H1.HeaderClassName
{
color: #8F6948;
}
.AnyTagClassName
{
color: #8F6948;
}
</style>
background-color css
<style>
a { background-color: #8F6948; }
a { background-color: rgb(143,105,72); }
div.DivClassName
{
background-color: #8F6948;
}
.BgClassName
{
background-color: #8F6948;
}
</style>
border-color css
<style>
span { border-color: #8F6948; }
span { border-color: rgb(143,105,72); }
td.TdClassName
{
border-color: #8F6948;
}
.TagClassName
{
border-color: #8F6948;
}
</style>