Shades of Dark Tan #946348
Tints of Dark Tan #946348
RGB
CMYK
RGB Variations
Color information
#946348 (or 0x946348) is known color: Dark Tan. HEX triplet: 94, 63 and 48. RGB value is (148,99,72). Sum of RGB (Red+Green+Blue) = 148+99+72=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #946348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946348 is #6B9CB7. Grayscale: #6E6E6E. Windows color (decimal): -7052472 or 4744084. OLE color: 4744084.
HSL color Cylindrical-coordinate representation of color #946348: hue angle of 21.32º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #946348 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 72 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.42 |
| HSL | 21.32º | 0.35% | 0.43% | - |
| HSV(B) | 21.32º | 0.51% | 0.58% | - |
| XYZ | 17.84 | 15.69 | 8.22 | - |
| YUV | 110.57 | 106.23 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 72 | 0 | 0.33 | 0.51 | 0.42 | 21.32 | 0.35 | 0.43 |
| Hex | 94 | 63 | 48 | 0 | 21 | 33 | 2A | 15 | 23 | 2B |
| Octal | 224 | 143 | 110 | 0 | 41 | 63 | 52 | 25 | 43 | 53 |
| Binary | 10010100 | 1100011 | 1001000 | 0 | 100001 | 110011 | 101010 | 10101 | 100011 | 101011 |
Color Harmonies of #946348
Complementary color
Monochromatic Colors of #946348
Black with #946348
Text Example
Text Example
White with #946348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946348; }
p { color: rgb(148,99,72); }
H1.HeaderClassName
{
color: #946348;
}
.AnyTagClassName
{
color: #946348;
}
</style>
background-color css
<style>
a { background-color: #946348; }
a { background-color: rgb(148,99,72); }
div.DivClassName
{
background-color: #946348;
}
.BgClassName
{
background-color: #946348;
}
</style>
border-color css
<style>
span { border-color: #946348; }
span { border-color: rgb(148,99,72); }
td.TdClassName
{
border-color: #946348;
}
.TagClassName
{
border-color: #946348;
}
</style>