Shades of Dark Tan #966250
Tints of Dark Tan #966250
RGB
CMYK
RGB Variations
Color information
#966250 (or 0x966250) is known color: Dark Tan. HEX triplet: 96, 62 and 50. RGB value is (150,98,80). Sum of RGB (Red+Green+Blue) = 150+98+80=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #966250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966250 is #699DAF. Grayscale: #6F6F6F. Windows color (decimal): -6921648 or 5268118. OLE color: 5268118.
HSL color Cylindrical-coordinate representation of color #966250: hue angle of 15.43º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966250 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 80 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.41 |
| HSL | 15.43º | 0.3% | 0.45% | - |
| HSV(B) | 15.43º | 0.47% | 0.59% | - |
| XYZ | 18.39 | 15.8 | 9.67 | - |
| YUV | 111.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 80 | 0 | 0.35 | 0.47 | 0.41 | 15.43 | 0.3 | 0.45 |
| Hex | 96 | 62 | 50 | 0 | 23 | 2F | 29 | F | 1E | 2D |
| Octal | 226 | 142 | 120 | 0 | 43 | 57 | 51 | 17 | 36 | 55 |
| Binary | 10010110 | 1100010 | 1010000 | 0 | 100011 | 101111 | 101001 | 1111 | 11110 | 101101 |
Color Harmonies of #966250
Complementary color
Monochromatic Colors of #966250
Black with #966250
Text Example
Text Example
White with #966250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966250; }
p { color: rgb(150,98,80); }
H1.HeaderClassName
{
color: #966250;
}
.AnyTagClassName
{
color: #966250;
}
</style>
background-color css
<style>
a { background-color: #966250; }
a { background-color: rgb(150,98,80); }
div.DivClassName
{
background-color: #966250;
}
.BgClassName
{
background-color: #966250;
}
</style>
border-color css
<style>
span { border-color: #966250; }
span { border-color: rgb(150,98,80); }
td.TdClassName
{
border-color: #966250;
}
.TagClassName
{
border-color: #966250;
}
</style>