Shades of Dark Tan #946750
Tints of Dark Tan #946750
RGB
CMYK
RGB Variations
Color information
#946750 (or 0x946750) is known color: Dark Tan. HEX triplet: 94, 67 and 50. RGB value is (148,103,80). Sum of RGB (Red+Green+Blue) = 148+103+80=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #946750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946750 is #6B98AF. Grayscale: #717171. Windows color (decimal): -7051440 or 5269396. OLE color: 5269396.
HSL color Cylindrical-coordinate representation of color #946750: hue angle of 20.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #946750 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 80 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.42 |
| HSL | 20.29º | 0.3% | 0.45% | - |
| HSV(B) | 20.29º | 0.46% | 0.58% | - |
| XYZ | 18.51 | 16.58 | 9.81 | - |
| YUV | 113.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 80 | 0 | 0.30 | 0.46 | 0.42 | 20.29 | 0.3 | 0.45 |
| Hex | 94 | 67 | 50 | 0 | 1E | 2E | 2A | 14 | 1E | 2D |
| Octal | 224 | 147 | 120 | 0 | 36 | 56 | 52 | 24 | 36 | 55 |
| Binary | 10010100 | 1100111 | 1010000 | 0 | 11110 | 101110 | 101010 | 10100 | 11110 | 101101 |
Color Harmonies of #946750
Complementary color
Monochromatic Colors of #946750
Black with #946750
Text Example
Text Example
White with #946750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946750; }
p { color: rgb(148,103,80); }
H1.HeaderClassName
{
color: #946750;
}
.AnyTagClassName
{
color: #946750;
}
</style>
background-color css
<style>
a { background-color: #946750; }
a { background-color: rgb(148,103,80); }
div.DivClassName
{
background-color: #946750;
}
.BgClassName
{
background-color: #946750;
}
</style>
border-color css
<style>
span { border-color: #946750; }
span { border-color: rgb(148,103,80); }
td.TdClassName
{
border-color: #946750;
}
.TagClassName
{
border-color: #946750;
}
</style>