Shades of Dallas #624E31
Tints of Dallas #624E31
RGB
CMYK
RGB Variations
Color information
#624E31 (or 0x624E31) is known color: Dallas. HEX triplet: 62, 4E and 31. RGB value is (98,78,49). Sum of RGB (Red+Green+Blue) = 98+78+49=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #624E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E31 is #9DB1CE. Grayscale: #505050. Windows color (decimal): -10334671 or 3231330. OLE color: 3231330.
HSL color Cylindrical-coordinate representation of color #624E31: hue angle of 35.51º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #624E31 is Cyan = 0, Magento = 0.20, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 49 | - |
| CMYK | 0 | 0.20 | 0.5 | 0.62 |
| HSL | 35.51º | 0.33% | 0.29% | - |
| HSV(B) | 35.51º | 0.5% | 0.38% | - |
| XYZ | 8.32 | 8.27 | 4.06 | - |
| YUV | 80.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 49 | 0 | 0.20 | 0.5 | 0.62 | 35.51 | 0.33 | 0.29 |
| Hex | 62 | 4E | 31 | 0 | 14 | 32 | 3E | 24 | 21 | 1D |
| Octal | 142 | 116 | 61 | 0 | 24 | 62 | 76 | 44 | 41 | 35 |
| Binary | 1100010 | 1001110 | 110001 | 0 | 10100 | 110010 | 111110 | 100100 | 100001 | 11101 |
Color Harmonies of #624E31
Complementary color
Monochromatic Colors of #624E31
Black with #624E31
Text Example
Text Example
White with #624E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E31; }
p { color: rgb(98,78,49); }
H1.HeaderClassName
{
color: #624E31;
}
.AnyTagClassName
{
color: #624E31;
}
</style>
background-color css
<style>
a { background-color: #624E31; }
a { background-color: rgb(98,78,49); }
div.DivClassName
{
background-color: #624E31;
}
.BgClassName
{
background-color: #624E31;
}
</style>
border-color css
<style>
span { border-color: #624E31; }
span { border-color: rgb(98,78,49); }
td.TdClassName
{
border-color: #624E31;
}
.TagClassName
{
border-color: #624E31;
}
</style>