Shades of Dark Tan #946843
Tints of Dark Tan #946843
RGB
CMYK
RGB Variations
Color information
#946843 (or 0x946843) is known color: Dark Tan. HEX triplet: 94, 68 and 43. RGB value is (148,104,67). Sum of RGB (Red+Green+Blue) = 148+104+67=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946843 is #6B97BC. Grayscale: #717171. Windows color (decimal): -7051197 or 4417684. OLE color: 4417684.
HSL color Cylindrical-coordinate representation of color #946843: hue angle of 27.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #946843 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 104 | 67 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.42 |
| HSL | 27.41º | 0.38% | 0.42% | - |
| HSV(B) | 27.41º | 0.55% | 0.58% | - |
| XYZ | 18.18 | 16.6 | 7.56 | - |
| YUV | 112.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 67 | 0 | 0.30 | 0.55 | 0.42 | 27.41 | 0.38 | 0.42 |
| Hex | 94 | 68 | 43 | 0 | 1E | 37 | 2A | 1B | 26 | 2A |
| Octal | 224 | 150 | 103 | 0 | 36 | 67 | 52 | 33 | 46 | 52 |
| Binary | 10010100 | 1101000 | 1000011 | 0 | 11110 | 110111 | 101010 | 11011 | 100110 | 101010 |
Color Harmonies of #946843
Complementary color
Monochromatic Colors of #946843
Black with #946843
Text Example
Text Example
White with #946843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946843; }
p { color: rgb(148,104,67); }
H1.HeaderClassName
{
color: #946843;
}
.AnyTagClassName
{
color: #946843;
}
</style>
background-color css
<style>
a { background-color: #946843; }
a { background-color: rgb(148,104,67); }
div.DivClassName
{
background-color: #946843;
}
.BgClassName
{
background-color: #946843;
}
</style>
border-color css
<style>
span { border-color: #946843; }
span { border-color: rgb(148,104,67); }
td.TdClassName
{
border-color: #946843;
}
.TagClassName
{
border-color: #946843;
}
</style>