Shades of Dallas #624D36
Tints of Dallas #624D36
RGB
CMYK
RGB Variations
Color information
#624D36 (or 0x624D36) is known color: Dallas. HEX triplet: 62, 4D and 36. RGB value is (98,77,54). Sum of RGB (Red+Green+Blue) = 98+77+54=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #624D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D36 is #9DB2C9. Grayscale: #505050. Windows color (decimal): -10334922 or 3558754. OLE color: 3558754.
HSL color Cylindrical-coordinate representation of color #624D36: hue angle of 31.36º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624D36 is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 54 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.62 |
| HSL | 31.36º | 0.29% | 0.3% | - |
| HSV(B) | 31.36º | 0.45% | 0.38% | - |
| XYZ | 8.36 | 8.17 | 4.63 | - |
| YUV | 80.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 54 | 0 | 0.21 | 0.45 | 0.62 | 31.36 | 0.29 | 0.3 |
| Hex | 62 | 4D | 36 | 0 | 15 | 2D | 3E | 1F | 1D | 1E |
| Octal | 142 | 115 | 66 | 0 | 25 | 55 | 76 | 37 | 35 | 36 |
| Binary | 1100010 | 1001101 | 110110 | 0 | 10101 | 101101 | 111110 | 11111 | 11101 | 11110 |
Color Harmonies of #624D36
Complementary color
Monochromatic Colors of #624D36
Black with #624D36
Text Example
Text Example
White with #624D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D36; }
p { color: rgb(98,77,54); }
H1.HeaderClassName
{
color: #624D36;
}
.AnyTagClassName
{
color: #624D36;
}
</style>
background-color css
<style>
a { background-color: #624D36; }
a { background-color: rgb(98,77,54); }
div.DivClassName
{
background-color: #624D36;
}
.BgClassName
{
background-color: #624D36;
}
</style>
border-color css
<style>
span { border-color: #624D36; }
span { border-color: rgb(98,77,54); }
td.TdClassName
{
border-color: #624D36;
}
.TagClassName
{
border-color: #624D36;
}
</style>