Shades of Dark Tan #946A4A
Tints of Dark Tan #946A4A
RGB
CMYK
RGB Variations
Color information
#946A4A (or 0x946A4A) is known color: Dark Tan. HEX triplet: 94, 6A and 4A. RGB value is (148,106,74). Sum of RGB (Red+Green+Blue) = 148+106+74=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #946A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A4A is #6B95B5. Grayscale: #737373. Windows color (decimal): -7050678 or 4876948. OLE color: 4876948.
HSL color Cylindrical-coordinate representation of color #946A4A: hue angle of 25.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #946A4A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 74 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.42 |
| HSL | 25.95º | 0.33% | 0.44% | - |
| HSV(B) | 25.95º | 0.5% | 0.58% | - |
| XYZ | 18.6 | 17.1 | 8.8 | - |
| YUV | 114.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 74 | 0 | 0.28 | 0.50 | 0.42 | 25.95 | 0.33 | 0.44 |
| Hex | 94 | 6A | 4A | 0 | 1C | 32 | 2A | 1A | 21 | 2C |
| Octal | 224 | 152 | 112 | 0 | 34 | 62 | 52 | 32 | 41 | 54 |
| Binary | 10010100 | 1101010 | 1001010 | 0 | 11100 | 110010 | 101010 | 11010 | 100001 | 101100 |
Color Harmonies of #946A4A
Complementary color
Monochromatic Colors of #946A4A
Black with #946A4A
Text Example
Text Example
White with #946A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A4A; }
p { color: rgb(148,106,74); }
H1.HeaderClassName
{
color: #946A4A;
}
.AnyTagClassName
{
color: #946A4A;
}
</style>
background-color css
<style>
a { background-color: #946A4A; }
a { background-color: rgb(148,106,74); }
div.DivClassName
{
background-color: #946A4A;
}
.BgClassName
{
background-color: #946A4A;
}
</style>
border-color css
<style>
span { border-color: #946A4A; }
span { border-color: rgb(148,106,74); }
td.TdClassName
{
border-color: #946A4A;
}
.TagClassName
{
border-color: #946A4A;
}
</style>