Shades of Dallas #624D2A
Tints of Dallas #624D2A
RGB
CMYK
RGB Variations
Color information
#624D2A (or 0x624D2A) is known color: Dallas. HEX triplet: 62, 4D and 2A. RGB value is (98,77,42). Sum of RGB (Red+Green+Blue) = 98+77+42=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #624D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D2A is #9DB2D5. Grayscale: #4F4F4F. Windows color (decimal): -10334934 or 2772322. OLE color: 2772322.
HSL color Cylindrical-coordinate representation of color #624D2A: hue angle of 37.5º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624D2A is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 42 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.62 |
| HSL | 37.5º | 0.4% | 0.27% | - |
| HSV(B) | 37.5º | 0.57% | 0.38% | - |
| XYZ | 8.11 | 8.07 | 3.32 | - |
| YUV | 79.29 | 106.96 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 42 | 0 | 0.21 | 0.57 | 0.62 | 37.5 | 0.4 | 0.27 |
| Hex | 62 | 4D | 2A | 0 | 15 | 39 | 3E | 26 | 28 | 1B |
| Octal | 142 | 115 | 52 | 0 | 25 | 71 | 76 | 46 | 50 | 33 |
| Binary | 1100010 | 1001101 | 101010 | 0 | 10101 | 111001 | 111110 | 100110 | 101000 | 11011 |
Color Harmonies of #624D2A
Complementary color
Monochromatic Colors of #624D2A
Black with #624D2A
Text Example
Text Example
White with #624D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D2A; }
p { color: rgb(98,77,42); }
H1.HeaderClassName
{
color: #624D2A;
}
.AnyTagClassName
{
color: #624D2A;
}
</style>
background-color css
<style>
a { background-color: #624D2A; }
a { background-color: rgb(98,77,42); }
div.DivClassName
{
background-color: #624D2A;
}
.BgClassName
{
background-color: #624D2A;
}
</style>
border-color css
<style>
span { border-color: #624D2A; }
span { border-color: rgb(98,77,42); }
td.TdClassName
{
border-color: #624D2A;
}
.TagClassName
{
border-color: #624D2A;
}
</style>