Shades of Dark Tan #94684E
Tints of Dark Tan #94684E
RGB
CMYK
RGB Variations
Color information
#94684E (or 0x94684E) is known color: Dark Tan. HEX triplet: 94, 68 and 4E. RGB value is (148,104,78). Sum of RGB (Red+Green+Blue) = 148+104+78=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #94684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94684E is #6B97B1. Grayscale: #727272. Windows color (decimal): -7051186 or 5138580. OLE color: 5138580.
HSL color Cylindrical-coordinate representation of color #94684E: hue angle of 22.29º 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 #94684E is Cyan = 0, Magento = 0.30, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 78 | - |
| CMYK | 0 | 0.30 | 0.47 | 0.42 |
| HSL | 22.29º | 0.31% | 0.44% | - |
| HSV(B) | 22.29º | 0.47% | 0.58% | - |
| XYZ | 18.54 | 16.75 | 9.46 | - |
| YUV | 114.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 78 | 0 | 0.30 | 0.47 | 0.42 | 22.29 | 0.31 | 0.44 |
| Hex | 94 | 68 | 4E | 0 | 1E | 2F | 2A | 16 | 1F | 2C |
| Octal | 224 | 150 | 116 | 0 | 36 | 57 | 52 | 26 | 37 | 54 |
| Binary | 10010100 | 1101000 | 1001110 | 0 | 11110 | 101111 | 101010 | 10110 | 11111 | 101100 |
Color Harmonies of #94684E
Complementary color
Monochromatic Colors of #94684E
Black with #94684E
Text Example
Text Example
White with #94684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94684E; }
p { color: rgb(148,104,78); }
H1.HeaderClassName
{
color: #94684E;
}
.AnyTagClassName
{
color: #94684E;
}
</style>
background-color css
<style>
a { background-color: #94684E; }
a { background-color: rgb(148,104,78); }
div.DivClassName
{
background-color: #94684E;
}
.BgClassName
{
background-color: #94684E;
}
</style>
border-color css
<style>
span { border-color: #94684E; }
span { border-color: rgb(148,104,78); }
td.TdClassName
{
border-color: #94684E;
}
.TagClassName
{
border-color: #94684E;
}
</style>