Shades of Dallas #624D37
Tints of Dallas #624D37
RGB
CMYK
RGB Variations
Color information
#624D37 (or 0x624D37) is known color: Dallas. HEX triplet: 62, 4D and 37. RGB value is (98,77,55). Sum of RGB (Red+Green+Blue) = 98+77+55=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #624D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D37 is #9DB2C8. Grayscale: #505050. Windows color (decimal): -10334921 or 3624290. OLE color: 3624290.
HSL color Cylindrical-coordinate representation of color #624D37: hue angle of 30.7º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #624D37 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 55 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.62 |
| HSL | 30.7º | 0.28% | 0.3% | - |
| HSV(B) | 30.7º | 0.44% | 0.38% | - |
| XYZ | 8.38 | 8.18 | 4.75 | - |
| YUV | 80.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 55 | 0 | 0.21 | 0.44 | 0.62 | 30.7 | 0.28 | 0.3 |
| Hex | 62 | 4D | 37 | 0 | 15 | 2C | 3E | 1F | 1C | 1E |
| Octal | 142 | 115 | 67 | 0 | 25 | 54 | 76 | 37 | 34 | 36 |
| Binary | 1100010 | 1001101 | 110111 | 0 | 10101 | 101100 | 111110 | 11111 | 11100 | 11110 |
Color Harmonies of #624D37
Complementary color
Monochromatic Colors of #624D37
Black with #624D37
Text Example
Text Example
White with #624D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D37; }
p { color: rgb(98,77,55); }
H1.HeaderClassName
{
color: #624D37;
}
.AnyTagClassName
{
color: #624D37;
}
</style>
background-color css
<style>
a { background-color: #624D37; }
a { background-color: rgb(98,77,55); }
div.DivClassName
{
background-color: #624D37;
}
.BgClassName
{
background-color: #624D37;
}
</style>
border-color css
<style>
span { border-color: #624D37; }
span { border-color: rgb(98,77,55); }
td.TdClassName
{
border-color: #624D37;
}
.TagClassName
{
border-color: #624D37;
}
</style>