Shades of Dark Tan #936950
Tints of Dark Tan #936950
RGB
CMYK
RGB Variations
Color information
#936950 (or 0x936950) is known color: Dark Tan. HEX triplet: 93, 69 and 50. RGB value is (147,105,80). Sum of RGB (Red+Green+Blue) = 147+105+80=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 105 (41.41% from 255 or 31.63% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #936950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936950 is #6C96AF. Grayscale: #727272. Windows color (decimal): -7116464 or 5269907. OLE color: 5269907.
HSL color Cylindrical-coordinate representation of color #936950: hue angle of 22.39º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #936950 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 80 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.42 |
| HSL | 22.39º | 0.3% | 0.45% | - |
| HSV(B) | 22.39º | 0.46% | 0.58% | - |
| XYZ | 18.53 | 16.89 | 9.87 | - |
| YUV | 114.71 | 108.41 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 80 | 0 | 0.29 | 0.46 | 0.42 | 22.39 | 0.3 | 0.45 |
| Hex | 93 | 69 | 50 | 0 | 1D | 2E | 2A | 16 | 1E | 2D |
| Octal | 223 | 151 | 120 | 0 | 35 | 56 | 52 | 26 | 36 | 55 |
| Binary | 10010011 | 1101001 | 1010000 | 0 | 11101 | 101110 | 101010 | 10110 | 11110 | 101101 |
Color Harmonies of #936950
Complementary color
Monochromatic Colors of #936950
Black with #936950
Text Example
Text Example
White with #936950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936950; }
p { color: rgb(147,105,80); }
H1.HeaderClassName
{
color: #936950;
}
.AnyTagClassName
{
color: #936950;
}
</style>
background-color css
<style>
a { background-color: #936950; }
a { background-color: rgb(147,105,80); }
div.DivClassName
{
background-color: #936950;
}
.BgClassName
{
background-color: #936950;
}
</style>
border-color css
<style>
span { border-color: #936950; }
span { border-color: rgb(147,105,80); }
td.TdClassName
{
border-color: #936950;
}
.TagClassName
{
border-color: #936950;
}
</style>