Shades of Dallas #644D36
Tints of Dallas #644D36
RGB
CMYK
RGB Variations
Color information
#644D36 (or 0x644D36) is known color: Dallas. HEX triplet: 64, 4D and 36. RGB value is (100,77,54). Sum of RGB (Red+Green+Blue) = 100+77+54=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #644D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D36 is #9BB2C9. Grayscale: #515151. Windows color (decimal): -10203850 or 3558756. OLE color: 3558756.
HSL color Cylindrical-coordinate representation of color #644D36: hue angle of 30º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644D36 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 54 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.61 |
| HSL | 30º | 0.3% | 0.3% | - |
| HSV(B) | 30º | 0.46% | 0.39% | - |
| XYZ | 8.58 | 8.28 | 4.64 | - |
| YUV | 81.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 54 | 0 | 0.23 | 0.46 | 0.61 | 30 | 0.3 | 0.3 |
| Hex | 64 | 4D | 36 | 0 | 17 | 2E | 3D | 1E | 1E | 1E |
| Octal | 144 | 115 | 66 | 0 | 27 | 56 | 75 | 36 | 36 | 36 |
| Binary | 1100100 | 1001101 | 110110 | 0 | 10111 | 101110 | 111101 | 11110 | 11110 | 11110 |
Color Harmonies of #644D36
Complementary color
Monochromatic Colors of #644D36
Black with #644D36
Text Example
Text Example
White with #644D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D36; }
p { color: rgb(100,77,54); }
H1.HeaderClassName
{
color: #644D36;
}
.AnyTagClassName
{
color: #644D36;
}
</style>
background-color css
<style>
a { background-color: #644D36; }
a { background-color: rgb(100,77,54); }
div.DivClassName
{
background-color: #644D36;
}
.BgClassName
{
background-color: #644D36;
}
</style>
border-color css
<style>
span { border-color: #644D36; }
span { border-color: rgb(100,77,54); }
td.TdClassName
{
border-color: #644D36;
}
.TagClassName
{
border-color: #644D36;
}
</style>