Shades of Dallas #62492D
Tints of Dallas #62492D
RGB
CMYK
RGB Variations
Color information
#62492D (or 0x62492D) is known color: Dallas. HEX triplet: 62, 49 and 2D. RGB value is (98,73,45). Sum of RGB (Red+Green+Blue) = 98+73+45=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #62492D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62492D is #9DB6D2. Grayscale: #4D4D4D. Windows color (decimal): -10335955 or 2967906. OLE color: 2967906.
HSL color Cylindrical-coordinate representation of color #62492D: hue angle of 31.7º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62492D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 45 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.62 |
| HSL | 31.7º | 0.37% | 0.28% | - |
| HSV(B) | 31.7º | 0.54% | 0.38% | - |
| XYZ | 7.89 | 7.55 | 3.52 | - |
| YUV | 77.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 45 | 0 | 0.26 | 0.54 | 0.62 | 31.7 | 0.37 | 0.28 |
| Hex | 62 | 49 | 2D | 0 | 1A | 36 | 3E | 20 | 25 | 1C |
| Octal | 142 | 111 | 55 | 0 | 32 | 66 | 76 | 40 | 45 | 34 |
| Binary | 1100010 | 1001001 | 101101 | 0 | 11010 | 110110 | 111110 | 100000 | 100101 | 11100 |
Color Harmonies of #62492D
Complementary color
Monochromatic Colors of #62492D
Black with #62492D
Text Example
Text Example
White with #62492D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62492D; }
p { color: rgb(98,73,45); }
H1.HeaderClassName
{
color: #62492D;
}
.AnyTagClassName
{
color: #62492D;
}
</style>
background-color css
<style>
a { background-color: #62492D; }
a { background-color: rgb(98,73,45); }
div.DivClassName
{
background-color: #62492D;
}
.BgClassName
{
background-color: #62492D;
}
</style>
border-color css
<style>
span { border-color: #62492D; }
span { border-color: rgb(98,73,45); }
td.TdClassName
{
border-color: #62492D;
}
.TagClassName
{
border-color: #62492D;
}
</style>