Shades of Dark Tan #916647
Tints of Dark Tan #916647
RGB
CMYK
RGB Variations
Color information
#916647 (or 0x916647) is known color: Dark Tan. HEX triplet: 91, 66 and 47. RGB value is (145,102,71). Sum of RGB (Red+Green+Blue) = 145+102+71=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #916647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916647 is #6E99B8. Grayscale: #6F6F6F. Windows color (decimal): -7248313 or 4679313. OLE color: 4679313.
HSL color Cylindrical-coordinate representation of color #916647: hue angle of 25.14º 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 #916647 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 71 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.43 |
| HSL | 25.14º | 0.34% | 0.42% | - |
| HSV(B) | 25.14º | 0.51% | 0.57% | - |
| XYZ | 17.57 | 15.98 | 8.12 | - |
| YUV | 111.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 71 | 0 | 0.30 | 0.51 | 0.43 | 25.14 | 0.34 | 0.42 |
| Hex | 91 | 66 | 47 | 0 | 1E | 33 | 2B | 19 | 22 | 2A |
| Octal | 221 | 146 | 107 | 0 | 36 | 63 | 53 | 31 | 42 | 52 |
| Binary | 10010001 | 1100110 | 1000111 | 0 | 11110 | 110011 | 101011 | 11001 | 100010 | 101010 |
Color Harmonies of #916647
Complementary color
Monochromatic Colors of #916647
Black with #916647
Text Example
Text Example
White with #916647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916647; }
p { color: rgb(145,102,71); }
H1.HeaderClassName
{
color: #916647;
}
.AnyTagClassName
{
color: #916647;
}
</style>
background-color css
<style>
a { background-color: #916647; }
a { background-color: rgb(145,102,71); }
div.DivClassName
{
background-color: #916647;
}
.BgClassName
{
background-color: #916647;
}
</style>
border-color css
<style>
span { border-color: #916647; }
span { border-color: rgb(145,102,71); }
td.TdClassName
{
border-color: #916647;
}
.TagClassName
{
border-color: #916647;
}
</style>