Shades of Dallas #624D2B
Tints of Dallas #624D2B
RGB
CMYK
RGB Variations
Color information
#624D2B (or 0x624D2B) is known color: Dallas. HEX triplet: 62, 4D and 2B. RGB value is (98,77,43). Sum of RGB (Red+Green+Blue) = 98+77+43=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #624D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D2B is #9DB2D4. Grayscale: #4F4F4F. Windows color (decimal): -10334933 or 2837858. OLE color: 2837858.
HSL color Cylindrical-coordinate representation of color #624D2B: hue angle of 37.09º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #624D2B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 43 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.62 |
| HSL | 37.09º | 0.39% | 0.28% | - |
| HSV(B) | 37.09º | 0.56% | 0.38% | - |
| XYZ | 8.13 | 8.08 | 3.42 | - |
| YUV | 79.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 43 | 0 | 0.21 | 0.56 | 0.62 | 37.09 | 0.39 | 0.28 |
| Hex | 62 | 4D | 2B | 0 | 15 | 38 | 3E | 25 | 27 | 1C |
| Octal | 142 | 115 | 53 | 0 | 25 | 70 | 76 | 45 | 47 | 34 |
| Binary | 1100010 | 1001101 | 101011 | 0 | 10101 | 111000 | 111110 | 100101 | 100111 | 11100 |
Color Harmonies of #624D2B
Complementary color
Monochromatic Colors of #624D2B
Black with #624D2B
Text Example
Text Example
White with #624D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D2B; }
p { color: rgb(98,77,43); }
H1.HeaderClassName
{
color: #624D2B;
}
.AnyTagClassName
{
color: #624D2B;
}
</style>
background-color css
<style>
a { background-color: #624D2B; }
a { background-color: rgb(98,77,43); }
div.DivClassName
{
background-color: #624D2B;
}
.BgClassName
{
background-color: #624D2B;
}
</style>
border-color css
<style>
span { border-color: #624D2B; }
span { border-color: rgb(98,77,43); }
td.TdClassName
{
border-color: #624D2B;
}
.TagClassName
{
border-color: #624D2B;
}
</style>