Shades of Dark Tan #94664E
Tints of Dark Tan #94664E
RGB
CMYK
RGB Variations
Color information
#94664E (or 0x94664E) is known color: Dark Tan. HEX triplet: 94, 66 and 4E. RGB value is (148,102,78). Sum of RGB (Red+Green+Blue) = 148+102+78=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #94664E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94664E is #6B99B1. Grayscale: #717171. Windows color (decimal): -7051698 or 5138068. OLE color: 5138068.
HSL color Cylindrical-coordinate representation of color #94664E: hue angle of 20.57º 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 #94664E is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 78 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.42 |
| HSL | 20.57º | 0.31% | 0.44% | - |
| HSV(B) | 20.57º | 0.47% | 0.58% | - |
| XYZ | 18.34 | 16.35 | 9.4 | - |
| YUV | 113.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 78 | 0 | 0.31 | 0.47 | 0.42 | 20.57 | 0.31 | 0.44 |
| Hex | 94 | 66 | 4E | 0 | 1F | 2F | 2A | 15 | 1F | 2C |
| Octal | 224 | 146 | 116 | 0 | 37 | 57 | 52 | 25 | 37 | 54 |
| Binary | 10010100 | 1100110 | 1001110 | 0 | 11111 | 101111 | 101010 | 10101 | 11111 | 101100 |
Color Harmonies of #94664E
Complementary color
Monochromatic Colors of #94664E
Black with #94664E
Text Example
Text Example
White with #94664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94664E; }
p { color: rgb(148,102,78); }
H1.HeaderClassName
{
color: #94664E;
}
.AnyTagClassName
{
color: #94664E;
}
</style>
background-color css
<style>
a { background-color: #94664E; }
a { background-color: rgb(148,102,78); }
div.DivClassName
{
background-color: #94664E;
}
.BgClassName
{
background-color: #94664E;
}
</style>
border-color css
<style>
span { border-color: #94664E; }
span { border-color: rgb(148,102,78); }
td.TdClassName
{
border-color: #94664E;
}
.TagClassName
{
border-color: #94664E;
}
</style>