Shades of Dark Tan #916C47
Tints of Dark Tan #916C47
RGB
CMYK
RGB Variations
Color information
#916C47 (or 0x916C47) is known color: Dark Tan. HEX triplet: 91, 6C and 47. RGB value is (145,108,71). Sum of RGB (Red+Green+Blue) = 145+108+71=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #916C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C47 is #6E93B8. Grayscale: #737373. Windows color (decimal): -7246777 or 4680849. OLE color: 4680849.
HSL color Cylindrical-coordinate representation of color #916C47: hue angle of 30º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #916C47 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 71 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.43 |
| HSL | 30º | 0.34% | 0.42% | - |
| HSV(B) | 30º | 0.51% | 0.57% | - |
| XYZ | 18.18 | 17.2 | 8.32 | - |
| YUV | 114.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 71 | 0 | 0.26 | 0.51 | 0.43 | 30 | 0.34 | 0.42 |
| Hex | 91 | 6C | 47 | 0 | 1A | 33 | 2B | 1E | 22 | 2A |
| Octal | 221 | 154 | 107 | 0 | 32 | 63 | 53 | 36 | 42 | 52 |
| Binary | 10010001 | 1101100 | 1000111 | 0 | 11010 | 110011 | 101011 | 11110 | 100010 | 101010 |
Color Harmonies of #916C47
Complementary color
Monochromatic Colors of #916C47
Black with #916C47
Text Example
Text Example
White with #916C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C47; }
p { color: rgb(145,108,71); }
H1.HeaderClassName
{
color: #916C47;
}
.AnyTagClassName
{
color: #916C47;
}
</style>
background-color css
<style>
a { background-color: #916C47; }
a { background-color: rgb(145,108,71); }
div.DivClassName
{
background-color: #916C47;
}
.BgClassName
{
background-color: #916C47;
}
</style>
border-color css
<style>
span { border-color: #916C47; }
span { border-color: rgb(145,108,71); }
td.TdClassName
{
border-color: #916C47;
}
.TagClassName
{
border-color: #916C47;
}
</style>