Shades of Dallas #644E37
Tints of Dallas #644E37
RGB
CMYK
RGB Variations
Color information
#644E37 (or 0x644E37) is known color: Dallas. HEX triplet: 64, 4E and 37. RGB value is (100,78,55). Sum of RGB (Red+Green+Blue) = 100+78+55=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #644E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E37 is #9BB1C8. Grayscale: #525252. Windows color (decimal): -10203593 or 3624548. OLE color: 3624548.
HSL color Cylindrical-coordinate representation of color #644E37: hue angle of 30.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #644E37 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 55 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.61 |
| HSL | 30.67º | 0.29% | 0.3% | - |
| HSV(B) | 30.67º | 0.45% | 0.39% | - |
| XYZ | 8.67 | 8.43 | 4.79 | - |
| YUV | 81.96 | 112.79 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 55 | 0 | 0.22 | 0.45 | 0.61 | 30.67 | 0.29 | 0.3 |
| Hex | 64 | 4E | 37 | 0 | 16 | 2D | 3D | 1F | 1D | 1E |
| Octal | 144 | 116 | 67 | 0 | 26 | 55 | 75 | 37 | 35 | 36 |
| Binary | 1100100 | 1001110 | 110111 | 0 | 10110 | 101101 | 111101 | 11111 | 11101 | 11110 |
Color Harmonies of #644E37
Complementary color
Monochromatic Colors of #644E37
Black with #644E37
Text Example
Text Example
White with #644E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E37; }
p { color: rgb(100,78,55); }
H1.HeaderClassName
{
color: #644E37;
}
.AnyTagClassName
{
color: #644E37;
}
</style>
background-color css
<style>
a { background-color: #644E37; }
a { background-color: rgb(100,78,55); }
div.DivClassName
{
background-color: #644E37;
}
.BgClassName
{
background-color: #644E37;
}
</style>
border-color css
<style>
span { border-color: #644E37; }
span { border-color: rgb(100,78,55); }
td.TdClassName
{
border-color: #644E37;
}
.TagClassName
{
border-color: #644E37;
}
</style>