Shades of Dallas #624F31
Tints of Dallas #624F31
RGB
CMYK
RGB Variations
Color information
#624F31 (or 0x624F31) is known color: Dallas. HEX triplet: 62, 4F and 31. RGB value is (98,79,49). Sum of RGB (Red+Green+Blue) = 98+79+49=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #624F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F31 is #9DB0CE. Grayscale: #515151. Windows color (decimal): -10334415 or 3231586. OLE color: 3231586.
HSL color Cylindrical-coordinate representation of color #624F31: hue angle of 36.73º 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 #624F31 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 49 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.62 |
| HSL | 36.73º | 0.33% | 0.29% | - |
| HSV(B) | 36.73º | 0.5% | 0.38% | - |
| XYZ | 8.39 | 8.41 | 4.09 | - |
| YUV | 81.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 49 | 0 | 0.19 | 0.5 | 0.62 | 36.73 | 0.33 | 0.29 |
| Hex | 62 | 4F | 31 | 0 | 13 | 32 | 3E | 25 | 21 | 1D |
| Octal | 142 | 117 | 61 | 0 | 23 | 62 | 76 | 45 | 41 | 35 |
| Binary | 1100010 | 1001111 | 110001 | 0 | 10011 | 110010 | 111110 | 100101 | 100001 | 11101 |
Color Harmonies of #624F31
Complementary color
Monochromatic Colors of #624F31
Black with #624F31
Text Example
Text Example
White with #624F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F31; }
p { color: rgb(98,79,49); }
H1.HeaderClassName
{
color: #624F31;
}
.AnyTagClassName
{
color: #624F31;
}
</style>
background-color css
<style>
a { background-color: #624F31; }
a { background-color: rgb(98,79,49); }
div.DivClassName
{
background-color: #624F31;
}
.BgClassName
{
background-color: #624F31;
}
</style>
border-color css
<style>
span { border-color: #624F31; }
span { border-color: rgb(98,79,49); }
td.TdClassName
{
border-color: #624F31;
}
.TagClassName
{
border-color: #624F31;
}
</style>