Shades of Dark Tan #946445
Tints of Dark Tan #946445
RGB
CMYK
RGB Variations
Color information
#946445 (or 0x946445) is known color: Dark Tan. HEX triplet: 94, 64 and 45. RGB value is (148,100,69). Sum of RGB (Red+Green+Blue) = 148+100+69=317 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.69% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 148 - color contains mainly: red. Hex color #946445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946445 is #6B9BBA. Grayscale: #6E6E6E. Windows color (decimal): -7052219 or 4547732. OLE color: 4547732.
HSL color Cylindrical-coordinate representation of color #946445: hue angle of 23.54º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #946445 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 69 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.42 |
| HSL | 23.54º | 0.36% | 0.43% | - |
| HSV(B) | 23.54º | 0.53% | 0.58% | - |
| XYZ | 17.84 | 15.84 | 7.75 | - |
| YUV | 110.82 | 104.4 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 69 | 0 | 0.32 | 0.53 | 0.42 | 23.54 | 0.36 | 0.43 |
| Hex | 94 | 64 | 45 | 0 | 20 | 35 | 2A | 18 | 24 | 2B |
| Octal | 224 | 144 | 105 | 0 | 40 | 65 | 52 | 30 | 44 | 53 |
| Binary | 10010100 | 1100100 | 1000101 | 0 | 100000 | 110101 | 101010 | 11000 | 100100 | 101011 |
Color Harmonies of #946445
Complementary color
Monochromatic Colors of #946445
Black with #946445
Text Example
Text Example
White with #946445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946445; }
p { color: rgb(148,100,69); }
H1.HeaderClassName
{
color: #946445;
}
.AnyTagClassName
{
color: #946445;
}
</style>
background-color css
<style>
a { background-color: #946445; }
a { background-color: rgb(148,100,69); }
div.DivClassName
{
background-color: #946445;
}
.BgClassName
{
background-color: #946445;
}
</style>
border-color css
<style>
span { border-color: #946445; }
span { border-color: rgb(148,100,69); }
td.TdClassName
{
border-color: #946445;
}
.TagClassName
{
border-color: #946445;
}
</style>