Shades of Dallas #60492E
Tints of Dallas #60492E
RGB
CMYK
RGB Variations
Color information
#60492E (or 0x60492E) is known color: Dallas. HEX triplet: 60, 49 and 2E. RGB value is (96,73,46). Sum of RGB (Red+Green+Blue) = 96+73+46=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60492E is #9FB6D1. Grayscale: #4C4C4C. Windows color (decimal): -10467026 or 3033440. OLE color: 3033440.
HSL color Cylindrical-coordinate representation of color #60492E: hue angle of 32.4º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60492E is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 46 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.62 |
| HSL | 32.4º | 0.35% | 0.28% | - |
| HSV(B) | 32.4º | 0.52% | 0.38% | - |
| XYZ | 7.7 | 7.45 | 3.62 | - |
| YUV | 76.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 46 | 0 | 0.24 | 0.52 | 0.62 | 32.4 | 0.35 | 0.28 |
| Hex | 60 | 49 | 2E | 0 | 18 | 34 | 3E | 20 | 23 | 1C |
| Octal | 140 | 111 | 56 | 0 | 30 | 64 | 76 | 40 | 43 | 34 |
| Binary | 1100000 | 1001001 | 101110 | 0 | 11000 | 110100 | 111110 | 100000 | 100011 | 11100 |
Color Harmonies of #60492E
Complementary color
Monochromatic Colors of #60492E
Black with #60492E
Text Example
Text Example
White with #60492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60492E; }
p { color: rgb(96,73,46); }
H1.HeaderClassName
{
color: #60492E;
}
.AnyTagClassName
{
color: #60492E;
}
</style>
background-color css
<style>
a { background-color: #60492E; }
a { background-color: rgb(96,73,46); }
div.DivClassName
{
background-color: #60492E;
}
.BgClassName
{
background-color: #60492E;
}
</style>
border-color css
<style>
span { border-color: #60492E; }
span { border-color: rgb(96,73,46); }
td.TdClassName
{
border-color: #60492E;
}
.TagClassName
{
border-color: #60492E;
}
</style>