Shades of Dark Tan #916747
Tints of Dark Tan #916747
RGB
CMYK
RGB Variations
Color information
#916747 (or 0x916747) is known color: Dark Tan. HEX triplet: 91, 67 and 47. RGB value is (145,103,71). Sum of RGB (Red+Green+Blue) = 145+103+71=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #916747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916747 is #6E98B8. Grayscale: #707070. Windows color (decimal): -7248057 or 4679569. OLE color: 4679569.
HSL color Cylindrical-coordinate representation of color #916747: hue angle of 25.95º 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 #916747 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 71 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.43 |
| HSL | 25.95º | 0.34% | 0.42% | - |
| HSV(B) | 25.95º | 0.51% | 0.57% | - |
| XYZ | 17.66 | 16.18 | 8.15 | - |
| YUV | 111.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 71 | 0 | 0.29 | 0.51 | 0.43 | 25.95 | 0.34 | 0.42 |
| Hex | 91 | 67 | 47 | 0 | 1D | 33 | 2B | 1A | 22 | 2A |
| Octal | 221 | 147 | 107 | 0 | 35 | 63 | 53 | 32 | 42 | 52 |
| Binary | 10010001 | 1100111 | 1000111 | 0 | 11101 | 110011 | 101011 | 11010 | 100010 | 101010 |
Color Harmonies of #916747
Complementary color
Monochromatic Colors of #916747
Black with #916747
Text Example
Text Example
White with #916747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916747; }
p { color: rgb(145,103,71); }
H1.HeaderClassName
{
color: #916747;
}
.AnyTagClassName
{
color: #916747;
}
</style>
background-color css
<style>
a { background-color: #916747; }
a { background-color: rgb(145,103,71); }
div.DivClassName
{
background-color: #916747;
}
.BgClassName
{
background-color: #916747;
}
</style>
border-color css
<style>
span { border-color: #916747; }
span { border-color: rgb(145,103,71); }
td.TdClassName
{
border-color: #916747;
}
.TagClassName
{
border-color: #916747;
}
</style>