Shades of Dark Tan #946649
Tints of Dark Tan #946649
RGB
CMYK
RGB Variations
Color information
#946649 (or 0x946649) is known color: Dark Tan. HEX triplet: 94, 66 and 49. RGB value is (148,102,73). Sum of RGB (Red+Green+Blue) = 148+102+73=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #946649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946649 is #6B99B6. Grayscale: #707070. Windows color (decimal): -7051703 or 4810388. OLE color: 4810388.
HSL color Cylindrical-coordinate representation of color #946649: hue angle of 23.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946649 is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 73 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.42 |
| HSL | 23.2º | 0.34% | 0.43% | - |
| HSV(B) | 23.2º | 0.51% | 0.58% | - |
| XYZ | 18.17 | 16.28 | 8.49 | - |
| YUV | 112.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 73 | 0 | 0.31 | 0.51 | 0.42 | 23.2 | 0.34 | 0.43 |
| Hex | 94 | 66 | 49 | 0 | 1F | 33 | 2A | 17 | 22 | 2B |
| Octal | 224 | 146 | 111 | 0 | 37 | 63 | 52 | 27 | 42 | 53 |
| Binary | 10010100 | 1100110 | 1001001 | 0 | 11111 | 110011 | 101010 | 10111 | 100010 | 101011 |
Color Harmonies of #946649
Complementary color
Monochromatic Colors of #946649
Black with #946649
Text Example
Text Example
White with #946649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946649; }
p { color: rgb(148,102,73); }
H1.HeaderClassName
{
color: #946649;
}
.AnyTagClassName
{
color: #946649;
}
</style>
background-color css
<style>
a { background-color: #946649; }
a { background-color: rgb(148,102,73); }
div.DivClassName
{
background-color: #946649;
}
.BgClassName
{
background-color: #946649;
}
</style>
border-color css
<style>
span { border-color: #946649; }
span { border-color: rgb(148,102,73); }
td.TdClassName
{
border-color: #946649;
}
.TagClassName
{
border-color: #946649;
}
</style>