Shades of Dark Tan #94644C
Tints of Dark Tan #94644C
RGB
CMYK
RGB Variations
Color information
#94644C (or 0x94644C) is known color: Dark Tan. HEX triplet: 94, 64 and 4C. RGB value is (148,100,76). Sum of RGB (Red+Green+Blue) = 148+100+76=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 148 - color contains mainly: red. Hex color #94644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94644C is #6B9BB3. Grayscale: #6F6F6F. Windows color (decimal): -7052212 or 5006484. OLE color: 5006484.
HSL color Cylindrical-coordinate representation of color #94644C: hue angle of 20º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94644C is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 76 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.42 |
| HSL | 20º | 0.32% | 0.44% | - |
| HSV(B) | 20º | 0.49% | 0.58% | - |
| XYZ | 18.07 | 15.93 | 8.96 | - |
| YUV | 111.62 | 107.9 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 76 | 0 | 0.32 | 0.49 | 0.42 | 20 | 0.32 | 0.44 |
| Hex | 94 | 64 | 4C | 0 | 20 | 31 | 2A | 14 | 20 | 2C |
| Octal | 224 | 144 | 114 | 0 | 40 | 61 | 52 | 24 | 40 | 54 |
| Binary | 10010100 | 1100100 | 1001100 | 0 | 100000 | 110001 | 101010 | 10100 | 100000 | 101100 |
Color Harmonies of #94644C
Complementary color
Monochromatic Colors of #94644C
Black with #94644C
Text Example
Text Example
White with #94644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94644C; }
p { color: rgb(148,100,76); }
H1.HeaderClassName
{
color: #94644C;
}
.AnyTagClassName
{
color: #94644C;
}
</style>
background-color css
<style>
a { background-color: #94644C; }
a { background-color: rgb(148,100,76); }
div.DivClassName
{
background-color: #94644C;
}
.BgClassName
{
background-color: #94644C;
}
</style>
border-color css
<style>
span { border-color: #94644C; }
span { border-color: rgb(148,100,76); }
td.TdClassName
{
border-color: #94644C;
}
.TagClassName
{
border-color: #94644C;
}
</style>