Shades of Dallas #624D38
Tints of Dallas #624D38
RGB
CMYK
RGB Variations
Color information
#624D38 (or 0x624D38) is known color: Dallas. HEX triplet: 62, 4D and 38. RGB value is (98,77,56). Sum of RGB (Red+Green+Blue) = 98+77+56=231 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.42% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 98 - color contains mainly: red. Hex color #624D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D38 is #9DB2C7. Grayscale: #505050. Windows color (decimal): -10334920 or 3689826. OLE color: 3689826.
HSL color Cylindrical-coordinate representation of color #624D38: hue angle of 30º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #624D38 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 56 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.62 |
| HSL | 30º | 0.27% | 0.3% | - |
| HSV(B) | 30º | 0.43% | 0.38% | - |
| XYZ | 8.4 | 8.19 | 4.88 | - |
| YUV | 80.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 56 | 0 | 0.21 | 0.43 | 0.62 | 30 | 0.27 | 0.3 |
| Hex | 62 | 4D | 38 | 0 | 15 | 2B | 3E | 1E | 1B | 1E |
| Octal | 142 | 115 | 70 | 0 | 25 | 53 | 76 | 36 | 33 | 36 |
| Binary | 1100010 | 1001101 | 111000 | 0 | 10101 | 101011 | 111110 | 11110 | 11011 | 11110 |
Color Harmonies of #624D38
Complementary color
Monochromatic Colors of #624D38
Black with #624D38
Text Example
Text Example
White with #624D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D38; }
p { color: rgb(98,77,56); }
H1.HeaderClassName
{
color: #624D38;
}
.AnyTagClassName
{
color: #624D38;
}
</style>
background-color css
<style>
a { background-color: #624D38; }
a { background-color: rgb(98,77,56); }
div.DivClassName
{
background-color: #624D38;
}
.BgClassName
{
background-color: #624D38;
}
</style>
border-color css
<style>
span { border-color: #624D38; }
span { border-color: rgb(98,77,56); }
td.TdClassName
{
border-color: #624D38;
}
.TagClassName
{
border-color: #624D38;
}
</style>