Shades of Dark Tan #966451
Tints of Dark Tan #966451
RGB
CMYK
RGB Variations
Color information
#966451 (or 0x966451) is known color: Dark Tan. HEX triplet: 96, 64 and 51. RGB value is (150,100,81). Sum of RGB (Red+Green+Blue) = 150+100+81=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966451 is #699BAE. Grayscale: #707070. Windows color (decimal): -6921135 or 5334166. OLE color: 5334166.
HSL color Cylindrical-coordinate representation of color #966451: hue angle of 16.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #966451 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 100 | 81 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.41 |
| HSL | 16.52º | 0.3% | 0.45% | - |
| HSV(B) | 16.52º | 0.46% | 0.59% | - |
| XYZ | 18.62 | 16.19 | 9.93 | - |
| YUV | 112.78 | 110.07 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 81 | 0 | 0.33 | 0.46 | 0.41 | 16.52 | 0.3 | 0.45 |
| Hex | 96 | 64 | 51 | 0 | 21 | 2E | 29 | 11 | 1E | 2D |
| Octal | 226 | 144 | 121 | 0 | 41 | 56 | 51 | 21 | 36 | 55 |
| Binary | 10010110 | 1100100 | 1010001 | 0 | 100001 | 101110 | 101001 | 10001 | 11110 | 101101 |
Color Harmonies of #966451
Complementary color
Monochromatic Colors of #966451
Black with #966451
Text Example
Text Example
White with #966451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966451; }
p { color: rgb(150,100,81); }
H1.HeaderClassName
{
color: #966451;
}
.AnyTagClassName
{
color: #966451;
}
</style>
background-color css
<style>
a { background-color: #966451; }
a { background-color: rgb(150,100,81); }
div.DivClassName
{
background-color: #966451;
}
.BgClassName
{
background-color: #966451;
}
</style>
border-color css
<style>
span { border-color: #966451; }
span { border-color: rgb(150,100,81); }
td.TdClassName
{
border-color: #966451;
}
.TagClassName
{
border-color: #966451;
}
</style>