Shades of Dark Tan #966348
Tints of Dark Tan #966348
RGB
CMYK
RGB Variations
Color information
#966348 (or 0x966348) is known color: Dark Tan. HEX triplet: 96, 63 and 48. RGB value is (150,99,72). Sum of RGB (Red+Green+Blue) = 150+99+72=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #966348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966348 is #699CB7. Grayscale: #6F6F6F. Windows color (decimal): -6921400 or 4744086. OLE color: 4744086.
HSL color Cylindrical-coordinate representation of color #966348: hue angle of 20.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #966348 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 72 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.41 |
| HSL | 20.77º | 0.35% | 0.44% | - |
| HSV(B) | 20.77º | 0.52% | 0.59% | - |
| XYZ | 18.21 | 15.88 | 8.24 | - |
| YUV | 111.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 72 | 0 | 0.34 | 0.52 | 0.41 | 20.77 | 0.35 | 0.44 |
| Hex | 96 | 63 | 48 | 0 | 22 | 34 | 29 | 15 | 23 | 2C |
| Octal | 226 | 143 | 110 | 0 | 42 | 64 | 51 | 25 | 43 | 54 |
| Binary | 10010110 | 1100011 | 1001000 | 0 | 100010 | 110100 | 101001 | 10101 | 100011 | 101100 |
Color Harmonies of #966348
Complementary color
Monochromatic Colors of #966348
Black with #966348
Text Example
Text Example
White with #966348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966348; }
p { color: rgb(150,99,72); }
H1.HeaderClassName
{
color: #966348;
}
.AnyTagClassName
{
color: #966348;
}
</style>
background-color css
<style>
a { background-color: #966348; }
a { background-color: rgb(150,99,72); }
div.DivClassName
{
background-color: #966348;
}
.BgClassName
{
background-color: #966348;
}
</style>
border-color css
<style>
span { border-color: #966348; }
span { border-color: rgb(150,99,72); }
td.TdClassName
{
border-color: #966348;
}
.TagClassName
{
border-color: #966348;
}
</style>