Shades of Dallas #644E28
Tints of Dallas #644E28
RGB
CMYK
RGB Variations
Color information
#644E28 (or 0x644E28) is known color: Dallas. HEX triplet: 64, 4E and 28. RGB value is (100,78,40). Sum of RGB (Red+Green+Blue) = 100+78+40=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E28 is #9BB1D7. Grayscale: #505050. Windows color (decimal): -10203608 or 2641508. OLE color: 2641508.
HSL color Cylindrical-coordinate representation of color #644E28: hue angle of 38º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #644E28 is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 40 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.61 |
| HSL | 38º | 0.43% | 0.27% | - |
| HSV(B) | 38º | 0.6% | 0.39% | - |
| XYZ | 8.36 | 8.31 | 3.17 | - |
| YUV | 80.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 40 | 0 | 0.22 | 0.6 | 0.61 | 38 | 0.43 | 0.27 |
| Hex | 64 | 4E | 28 | 0 | 16 | 3C | 3D | 26 | 2B | 1B |
| Octal | 144 | 116 | 50 | 0 | 26 | 74 | 75 | 46 | 53 | 33 |
| Binary | 1100100 | 1001110 | 101000 | 0 | 10110 | 111100 | 111101 | 100110 | 101011 | 11011 |
Color Harmonies of #644E28
Complementary color
Monochromatic Colors of #644E28
Black with #644E28
Text Example
Text Example
White with #644E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E28; }
p { color: rgb(100,78,40); }
H1.HeaderClassName
{
color: #644E28;
}
.AnyTagClassName
{
color: #644E28;
}
</style>
background-color css
<style>
a { background-color: #644E28; }
a { background-color: rgb(100,78,40); }
div.DivClassName
{
background-color: #644E28;
}
.BgClassName
{
background-color: #644E28;
}
</style>
border-color css
<style>
span { border-color: #644E28; }
span { border-color: rgb(100,78,40); }
td.TdClassName
{
border-color: #644E28;
}
.TagClassName
{
border-color: #644E28;
}
</style>