Shades of Dark Tan #946551
Tints of Dark Tan #946551
RGB
CMYK
RGB Variations
Color information
#946551 (or 0x946551) is known color: Dark Tan. HEX triplet: 94, 65 and 51. RGB value is (148,101,81). Sum of RGB (Red+Green+Blue) = 148+101+81=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #946551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946551 is #6B9AAE. Grayscale: #707070. Windows color (decimal): -7051951 or 5334420. OLE color: 5334420.
HSL color Cylindrical-coordinate representation of color #946551: hue angle of 17.91º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #946551 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 81 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.42 |
| HSL | 17.91º | 0.29% | 0.45% | - |
| HSV(B) | 17.91º | 0.45% | 0.58% | - |
| XYZ | 18.35 | 16.2 | 9.94 | - |
| YUV | 112.77 | 110.07 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 81 | 0 | 0.32 | 0.45 | 0.42 | 17.91 | 0.29 | 0.45 |
| Hex | 94 | 65 | 51 | 0 | 20 | 2D | 2A | 12 | 1D | 2D |
| Octal | 224 | 145 | 121 | 0 | 40 | 55 | 52 | 22 | 35 | 55 |
| Binary | 10010100 | 1100101 | 1010001 | 0 | 100000 | 101101 | 101010 | 10010 | 11101 | 101101 |
Color Harmonies of #946551
Complementary color
Monochromatic Colors of #946551
Black with #946551
Text Example
Text Example
White with #946551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946551; }
p { color: rgb(148,101,81); }
H1.HeaderClassName
{
color: #946551;
}
.AnyTagClassName
{
color: #946551;
}
</style>
background-color css
<style>
a { background-color: #946551; }
a { background-color: rgb(148,101,81); }
div.DivClassName
{
background-color: #946551;
}
.BgClassName
{
background-color: #946551;
}
</style>
border-color css
<style>
span { border-color: #946551; }
span { border-color: rgb(148,101,81); }
td.TdClassName
{
border-color: #946551;
}
.TagClassName
{
border-color: #946551;
}
</style>