Shades of Dallas #62492F
Tints of Dallas #62492F
RGB
CMYK
RGB Variations
Color information
#62492F (or 0x62492F) is known color: Dallas. HEX triplet: 62, 49 and 2F. RGB value is (98,73,47). Sum of RGB (Red+Green+Blue) = 98+73+47=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #62492F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62492F is #9DB6D0. Grayscale: #4D4D4D. Windows color (decimal): -10335953 or 3098978. OLE color: 3098978.
HSL color Cylindrical-coordinate representation of color #62492F: hue angle of 30.59º 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 #62492F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 47 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.62 |
| HSL | 30.59º | 0.35% | 0.28% | - |
| HSV(B) | 30.59º | 0.52% | 0.38% | - |
| XYZ | 7.93 | 7.57 | 3.73 | - |
| YUV | 77.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 47 | 0 | 0.26 | 0.52 | 0.62 | 30.59 | 0.35 | 0.28 |
| Hex | 62 | 49 | 2F | 0 | 1A | 34 | 3E | 1F | 23 | 1C |
| Octal | 142 | 111 | 57 | 0 | 32 | 64 | 76 | 37 | 43 | 34 |
| Binary | 1100010 | 1001001 | 101111 | 0 | 11010 | 110100 | 111110 | 11111 | 100011 | 11100 |
Color Harmonies of #62492F
Complementary color
Monochromatic Colors of #62492F
Black with #62492F
Text Example
Text Example
White with #62492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62492F; }
p { color: rgb(98,73,47); }
H1.HeaderClassName
{
color: #62492F;
}
.AnyTagClassName
{
color: #62492F;
}
</style>
background-color css
<style>
a { background-color: #62492F; }
a { background-color: rgb(98,73,47); }
div.DivClassName
{
background-color: #62492F;
}
.BgClassName
{
background-color: #62492F;
}
</style>
border-color css
<style>
span { border-color: #62492F; }
span { border-color: rgb(98,73,47); }
td.TdClassName
{
border-color: #62492F;
}
.TagClassName
{
border-color: #62492F;
}
</style>