Shades of Dark Tan #916646
Tints of Dark Tan #916646
RGB
CMYK
RGB Variations
Color information
#916646 (or 0x916646) is known color: Dark Tan. HEX triplet: 91, 66 and 46. RGB value is (145,102,70). Sum of RGB (Red+Green+Blue) = 145+102+70=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #916646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916646 is #6E99B9. Grayscale: #6F6F6F. Windows color (decimal): -7248314 or 4613777. OLE color: 4613777.
HSL color Cylindrical-coordinate representation of color #916646: hue angle of 25.6º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #916646 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 70 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.43 |
| HSL | 25.6º | 0.35% | 0.42% | - |
| HSV(B) | 25.6º | 0.52% | 0.57% | - |
| XYZ | 17.53 | 15.96 | 7.95 | - |
| YUV | 111.21 | 104.75 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 70 | 0 | 0.30 | 0.52 | 0.43 | 25.6 | 0.35 | 0.42 |
| Hex | 91 | 66 | 46 | 0 | 1E | 34 | 2B | 1A | 23 | 2A |
| Octal | 221 | 146 | 106 | 0 | 36 | 64 | 53 | 32 | 43 | 52 |
| Binary | 10010001 | 1100110 | 1000110 | 0 | 11110 | 110100 | 101011 | 11010 | 100011 | 101010 |
Color Harmonies of #916646
Complementary color
Monochromatic Colors of #916646
Black with #916646
Text Example
Text Example
White with #916646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916646; }
p { color: rgb(145,102,70); }
H1.HeaderClassName
{
color: #916646;
}
.AnyTagClassName
{
color: #916646;
}
</style>
background-color css
<style>
a { background-color: #916646; }
a { background-color: rgb(145,102,70); }
div.DivClassName
{
background-color: #916646;
}
.BgClassName
{
background-color: #916646;
}
</style>
border-color css
<style>
span { border-color: #916646; }
span { border-color: rgb(145,102,70); }
td.TdClassName
{
border-color: #916646;
}
.TagClassName
{
border-color: #916646;
}
</style>