Shades of Dark Tan #966B49
Tints of Dark Tan #966B49
RGB
CMYK
RGB Variations
Color information
#966B49 (or 0x966B49) is known color: Dark Tan. HEX triplet: 96, 6B and 49. RGB value is (150,107,73). Sum of RGB (Red+Green+Blue) = 150+107+73=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #966B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B49 is #6994B6. Grayscale: #747474. Windows color (decimal): -6919351 or 4811670. OLE color: 4811670.
HSL color Cylindrical-coordinate representation of color #966B49: hue angle of 26.49º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #966B49 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 73 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.41 |
| HSL | 26.49º | 0.35% | 0.44% | - |
| HSV(B) | 26.49º | 0.51% | 0.59% | - |
| XYZ | 19.04 | 17.48 | 8.67 | - |
| YUV | 115.98 | 103.75 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 73 | 0 | 0.29 | 0.51 | 0.41 | 26.49 | 0.35 | 0.44 |
| Hex | 96 | 6B | 49 | 0 | 1D | 33 | 29 | 1A | 23 | 2C |
| Octal | 226 | 153 | 111 | 0 | 35 | 63 | 51 | 32 | 43 | 54 |
| Binary | 10010110 | 1101011 | 1001001 | 0 | 11101 | 110011 | 101001 | 11010 | 100011 | 101100 |
Color Harmonies of #966B49
Complementary color
Monochromatic Colors of #966B49
Black with #966B49
Text Example
Text Example
White with #966B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B49; }
p { color: rgb(150,107,73); }
H1.HeaderClassName
{
color: #966B49;
}
.AnyTagClassName
{
color: #966B49;
}
</style>
background-color css
<style>
a { background-color: #966B49; }
a { background-color: rgb(150,107,73); }
div.DivClassName
{
background-color: #966B49;
}
.BgClassName
{
background-color: #966B49;
}
</style>
border-color css
<style>
span { border-color: #966B49; }
span { border-color: rgb(150,107,73); }
td.TdClassName
{
border-color: #966B49;
}
.TagClassName
{
border-color: #966B49;
}
</style>