Shades of Dark Tan #946A4D
Tints of Dark Tan #946A4D
RGB
CMYK
RGB Variations
Color information
#946A4D (or 0x946A4D) is known color: Dark Tan. HEX triplet: 94, 6A and 4D. RGB value is (148,106,77). Sum of RGB (Red+Green+Blue) = 148+106+77=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A4D is #6B95B2. Grayscale: #737373. Windows color (decimal): -7050675 or 5073556. OLE color: 5073556.
HSL color Cylindrical-coordinate representation of color #946A4D: hue angle of 24.51º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946A4D is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 77 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.42 |
| HSL | 24.51º | 0.32% | 0.44% | - |
| HSV(B) | 24.51º | 0.48% | 0.58% | - |
| XYZ | 18.71 | 17.14 | 9.34 | - |
| YUV | 115.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 77 | 0 | 0.28 | 0.48 | 0.42 | 24.51 | 0.32 | 0.44 |
| Hex | 94 | 6A | 4D | 0 | 1C | 30 | 2A | 19 | 20 | 2C |
| Octal | 224 | 152 | 115 | 0 | 34 | 60 | 52 | 31 | 40 | 54 |
| Binary | 10010100 | 1101010 | 1001101 | 0 | 11100 | 110000 | 101010 | 11001 | 100000 | 101100 |
Color Harmonies of #946A4D
Complementary color
Monochromatic Colors of #946A4D
Black with #946A4D
Text Example
Text Example
White with #946A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A4D; }
p { color: rgb(148,106,77); }
H1.HeaderClassName
{
color: #946A4D;
}
.AnyTagClassName
{
color: #946A4D;
}
</style>
background-color css
<style>
a { background-color: #946A4D; }
a { background-color: rgb(148,106,77); }
div.DivClassName
{
background-color: #946A4D;
}
.BgClassName
{
background-color: #946A4D;
}
</style>
border-color css
<style>
span { border-color: #946A4D; }
span { border-color: rgb(148,106,77); }
td.TdClassName
{
border-color: #946A4D;
}
.TagClassName
{
border-color: #946A4D;
}
</style>