Shades of Dark Tan #94654C
Tints of Dark Tan #94654C
RGB
CMYK
RGB Variations
Color information
#94654C (or 0x94654C) is known color: Dark Tan. HEX triplet: 94, 65 and 4C. RGB value is (148,101,76). Sum of RGB (Red+Green+Blue) = 148+101+76=325 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.54% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 148 - color contains mainly: red. Hex color #94654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94654C is #6B9AB3. Grayscale: #707070. Windows color (decimal): -7051956 or 5006740. OLE color: 5006740.
HSL color Cylindrical-coordinate representation of color #94654C: hue angle of 20.83º 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 #94654C is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 76 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.42 |
| HSL | 20.83º | 0.32% | 0.44% | - |
| HSV(B) | 20.83º | 0.49% | 0.58% | - |
| XYZ | 18.17 | 16.13 | 8.99 | - |
| YUV | 112.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 76 | 0 | 0.32 | 0.49 | 0.42 | 20.83 | 0.32 | 0.44 |
| Hex | 94 | 65 | 4C | 0 | 20 | 31 | 2A | 15 | 20 | 2C |
| Octal | 224 | 145 | 114 | 0 | 40 | 61 | 52 | 25 | 40 | 54 |
| Binary | 10010100 | 1100101 | 1001100 | 0 | 100000 | 110001 | 101010 | 10101 | 100000 | 101100 |
Color Harmonies of #94654C
Complementary color
Monochromatic Colors of #94654C
Black with #94654C
Text Example
Text Example
White with #94654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94654C; }
p { color: rgb(148,101,76); }
H1.HeaderClassName
{
color: #94654C;
}
.AnyTagClassName
{
color: #94654C;
}
</style>
background-color css
<style>
a { background-color: #94654C; }
a { background-color: rgb(148,101,76); }
div.DivClassName
{
background-color: #94654C;
}
.BgClassName
{
background-color: #94654C;
}
</style>
border-color css
<style>
span { border-color: #94654C; }
span { border-color: rgb(148,101,76); }
td.TdClassName
{
border-color: #94654C;
}
.TagClassName
{
border-color: #94654C;
}
</style>