Shades of Dark Tan #94684A
Tints of Dark Tan #94684A
RGB
CMYK
RGB Variations
Color information
#94684A (or 0x94684A) is known color: Dark Tan. HEX triplet: 94, 68 and 4A. RGB value is (148,104,74). Sum of RGB (Red+Green+Blue) = 148+104+74=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94684A is #6B97B5. Grayscale: #717171. Windows color (decimal): -7051190 or 4876436. OLE color: 4876436.
HSL color Cylindrical-coordinate representation of color #94684A: hue angle of 24.32º 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 #94684A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 74 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.42 |
| HSL | 24.32º | 0.33% | 0.44% | - |
| HSV(B) | 24.32º | 0.5% | 0.58% | - |
| XYZ | 18.4 | 16.69 | 8.73 | - |
| YUV | 113.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 74 | 0 | 0.30 | 0.50 | 0.42 | 24.32 | 0.33 | 0.44 |
| Hex | 94 | 68 | 4A | 0 | 1E | 32 | 2A | 18 | 21 | 2C |
| Octal | 224 | 150 | 112 | 0 | 36 | 62 | 52 | 30 | 41 | 54 |
| Binary | 10010100 | 1101000 | 1001010 | 0 | 11110 | 110010 | 101010 | 11000 | 100001 | 101100 |
Color Harmonies of #94684A
Complementary color
Monochromatic Colors of #94684A
Black with #94684A
Text Example
Text Example
White with #94684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94684A; }
p { color: rgb(148,104,74); }
H1.HeaderClassName
{
color: #94684A;
}
.AnyTagClassName
{
color: #94684A;
}
</style>
background-color css
<style>
a { background-color: #94684A; }
a { background-color: rgb(148,104,74); }
div.DivClassName
{
background-color: #94684A;
}
.BgClassName
{
background-color: #94684A;
}
</style>
border-color css
<style>
span { border-color: #94684A; }
span { border-color: rgb(148,104,74); }
td.TdClassName
{
border-color: #94684A;
}
.TagClassName
{
border-color: #94684A;
}
</style>