Shades of Dark Tan #946A4E
Tints of Dark Tan #946A4E
RGB
CMYK
RGB Variations
Color information
#946A4E (or 0x946A4E) is known color: Dark Tan. HEX triplet: 94, 6A and 4E. RGB value is (148,106,78). Sum of RGB (Red+Green+Blue) = 148+106+78=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #946A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946A4E is #6B95B1. Grayscale: #737373. Windows color (decimal): -7050674 or 5139092. OLE color: 5139092.
HSL color Cylindrical-coordinate representation of color #946A4E: hue angle of 24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #946A4E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 78 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.42 |
| HSL | 24º | 0.31% | 0.44% | - |
| HSV(B) | 24º | 0.47% | 0.58% | - |
| XYZ | 18.74 | 17.15 | 9.53 | - |
| YUV | 115.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 78 | 0 | 0.28 | 0.47 | 0.42 | 24 | 0.31 | 0.44 |
| Hex | 94 | 6A | 4E | 0 | 1C | 2F | 2A | 18 | 1F | 2C |
| Octal | 224 | 152 | 116 | 0 | 34 | 57 | 52 | 30 | 37 | 54 |
| Binary | 10010100 | 1101010 | 1001110 | 0 | 11100 | 101111 | 101010 | 11000 | 11111 | 101100 |
Color Harmonies of #946A4E
Complementary color
Monochromatic Colors of #946A4E
Black with #946A4E
Text Example
Text Example
White with #946A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A4E; }
p { color: rgb(148,106,78); }
H1.HeaderClassName
{
color: #946A4E;
}
.AnyTagClassName
{
color: #946A4E;
}
</style>
background-color css
<style>
a { background-color: #946A4E; }
a { background-color: rgb(148,106,78); }
div.DivClassName
{
background-color: #946A4E;
}
.BgClassName
{
background-color: #946A4E;
}
</style>
border-color css
<style>
span { border-color: #946A4E; }
span { border-color: rgb(148,106,78); }
td.TdClassName
{
border-color: #946A4E;
}
.TagClassName
{
border-color: #946A4E;
}
</style>