Shades of Dallas #624B31
Tints of Dallas #624B31
RGB
CMYK
RGB Variations
Color information
#624B31 (or 0x624B31) is known color: Dallas. HEX triplet: 62, 4B and 31. RGB value is (98,75,49). Sum of RGB (Red+Green+Blue) = 98+75+49=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #624B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B31 is #9DB4CE. Grayscale: #4F4F4F. Windows color (decimal): -10335439 or 3230562. OLE color: 3230562.
HSL color Cylindrical-coordinate representation of color #624B31: hue angle of 31.84º 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 #624B31 is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 49 | - |
| CMYK | 0 | 0.23 | 0.5 | 0.62 |
| HSL | 31.84º | 0.33% | 0.29% | - |
| HSV(B) | 31.84º | 0.5% | 0.38% | - |
| XYZ | 8.11 | 7.85 | 3.99 | - |
| YUV | 78.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 49 | 0 | 0.23 | 0.5 | 0.62 | 31.84 | 0.33 | 0.29 |
| Hex | 62 | 4B | 31 | 0 | 17 | 32 | 3E | 20 | 21 | 1D |
| Octal | 142 | 113 | 61 | 0 | 27 | 62 | 76 | 40 | 41 | 35 |
| Binary | 1100010 | 1001011 | 110001 | 0 | 10111 | 110010 | 111110 | 100000 | 100001 | 11101 |
Color Harmonies of #624B31
Complementary color
Monochromatic Colors of #624B31
Black with #624B31
Text Example
Text Example
White with #624B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B31; }
p { color: rgb(98,75,49); }
H1.HeaderClassName
{
color: #624B31;
}
.AnyTagClassName
{
color: #624B31;
}
</style>
background-color css
<style>
a { background-color: #624B31; }
a { background-color: rgb(98,75,49); }
div.DivClassName
{
background-color: #624B31;
}
.BgClassName
{
background-color: #624B31;
}
</style>
border-color css
<style>
span { border-color: #624B31; }
span { border-color: rgb(98,75,49); }
td.TdClassName
{
border-color: #624B31;
}
.TagClassName
{
border-color: #624B31;
}
</style>