Shades of Dallas #62492E
Tints of Dallas #62492E
RGB
CMYK
RGB Variations
Color information
#62492E (or 0x62492E) is known color: Dallas. HEX triplet: 62, 49 and 2E. RGB value is (98,73,46). Sum of RGB (Red+Green+Blue) = 98+73+46=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #62492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62492E is #9DB6D1. Grayscale: #4D4D4D. Windows color (decimal): -10335954 or 3033442. OLE color: 3033442.
HSL color Cylindrical-coordinate representation of color #62492E: hue angle of 31.15º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62492E is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 46 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.62 |
| HSL | 31.15º | 0.36% | 0.28% | - |
| HSV(B) | 31.15º | 0.53% | 0.38% | - |
| XYZ | 7.91 | 7.56 | 3.63 | - |
| YUV | 77.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 46 | 0 | 0.26 | 0.53 | 0.62 | 31.15 | 0.36 | 0.28 |
| Hex | 62 | 49 | 2E | 0 | 1A | 35 | 3E | 1F | 24 | 1C |
| Octal | 142 | 111 | 56 | 0 | 32 | 65 | 76 | 37 | 44 | 34 |
| Binary | 1100010 | 1001001 | 101110 | 0 | 11010 | 110101 | 111110 | 11111 | 100100 | 11100 |
Color Harmonies of #62492E
Complementary color
Monochromatic Colors of #62492E
Black with #62492E
Text Example
Text Example
White with #62492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62492E; }
p { color: rgb(98,73,46); }
H1.HeaderClassName
{
color: #62492E;
}
.AnyTagClassName
{
color: #62492E;
}
</style>
background-color css
<style>
a { background-color: #62492E; }
a { background-color: rgb(98,73,46); }
div.DivClassName
{
background-color: #62492E;
}
.BgClassName
{
background-color: #62492E;
}
</style>
border-color css
<style>
span { border-color: #62492E; }
span { border-color: rgb(98,73,46); }
td.TdClassName
{
border-color: #62492E;
}
.TagClassName
{
border-color: #62492E;
}
</style>