Shades of Dark Tan #966752
Tints of Dark Tan #966752
RGB
CMYK
RGB Variations
Color information
#966752 (or 0x966752) is known color: Dark Tan. HEX triplet: 96, 67 and 52. RGB value is (150,103,82). Sum of RGB (Red+Green+Blue) = 150+103+82=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966752 is #6998AD. Grayscale: #727272. Windows color (decimal): -6920366 or 5400470. OLE color: 5400470.
HSL color Cylindrical-coordinate representation of color #966752: hue angle of 18.53º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966752 is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 82 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.41 |
| HSL | 18.53º | 0.29% | 0.45% | - |
| HSV(B) | 18.53º | 0.45% | 0.59% | - |
| XYZ | 18.95 | 16.79 | 10.23 | - |
| YUV | 114.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 82 | 0 | 0.31 | 0.45 | 0.41 | 18.53 | 0.29 | 0.45 |
| Hex | 96 | 67 | 52 | 0 | 1F | 2D | 29 | 13 | 1D | 2D |
| Octal | 226 | 147 | 122 | 0 | 37 | 55 | 51 | 23 | 35 | 55 |
| Binary | 10010110 | 1100111 | 1010010 | 0 | 11111 | 101101 | 101001 | 10011 | 11101 | 101101 |
Color Harmonies of #966752
Complementary color
Monochromatic Colors of #966752
Black with #966752
Text Example
Text Example
White with #966752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966752; }
p { color: rgb(150,103,82); }
H1.HeaderClassName
{
color: #966752;
}
.AnyTagClassName
{
color: #966752;
}
</style>
background-color css
<style>
a { background-color: #966752; }
a { background-color: rgb(150,103,82); }
div.DivClassName
{
background-color: #966752;
}
.BgClassName
{
background-color: #966752;
}
</style>
border-color css
<style>
span { border-color: #966752; }
span { border-color: rgb(150,103,82); }
td.TdClassName
{
border-color: #966752;
}
.TagClassName
{
border-color: #966752;
}
</style>