Shades of Dark Tan #946345
Tints of Dark Tan #946345
RGB
CMYK
RGB Variations
Color information
#946345 (or 0x946345) is known color: Dark Tan. HEX triplet: 94, 63 and 45. RGB value is (148,99,69). Sum of RGB (Red+Green+Blue) = 148+99+69=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 99 (39.06% from 255 or 31.33% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #946345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946345 is #6B9CBA. Grayscale: #6E6E6E. Windows color (decimal): -7052475 or 4547476. OLE color: 4547476.
HSL color Cylindrical-coordinate representation of color #946345: hue angle of 22.78º 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 #946345 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 69 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.42 |
| HSL | 22.78º | 0.36% | 0.43% | - |
| HSV(B) | 22.78º | 0.53% | 0.58% | - |
| XYZ | 17.75 | 15.65 | 7.72 | - |
| YUV | 110.23 | 104.73 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 69 | 0 | 0.33 | 0.53 | 0.42 | 22.78 | 0.36 | 0.43 |
| Hex | 94 | 63 | 45 | 0 | 21 | 35 | 2A | 17 | 24 | 2B |
| Octal | 224 | 143 | 105 | 0 | 41 | 65 | 52 | 27 | 44 | 53 |
| Binary | 10010100 | 1100011 | 1000101 | 0 | 100001 | 110101 | 101010 | 10111 | 100100 | 101011 |
Color Harmonies of #946345
Complementary color
Monochromatic Colors of #946345
Black with #946345
Text Example
Text Example
White with #946345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946345; }
p { color: rgb(148,99,69); }
H1.HeaderClassName
{
color: #946345;
}
.AnyTagClassName
{
color: #946345;
}
</style>
background-color css
<style>
a { background-color: #946345; }
a { background-color: rgb(148,99,69); }
div.DivClassName
{
background-color: #946345;
}
.BgClassName
{
background-color: #946345;
}
</style>
border-color css
<style>
span { border-color: #946345; }
span { border-color: rgb(148,99,69); }
td.TdClassName
{
border-color: #946345;
}
.TagClassName
{
border-color: #946345;
}
</style>