Shades of Dallas #644E2B
Tints of Dallas #644E2B
RGB
CMYK
RGB Variations
Color information
#644E2B (or 0x644E2B) is known color: Dallas. HEX triplet: 64, 4E and 2B. RGB value is (100,78,43). Sum of RGB (Red+Green+Blue) = 100+78+43=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E2B is #9BB1D4. Grayscale: #505050. Windows color (decimal): -10203605 or 2838116. OLE color: 2838116.
HSL color Cylindrical-coordinate representation of color #644E2B: hue angle of 36.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #644E2B is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 43 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.61 |
| HSL | 36.84º | 0.4% | 0.28% | - |
| HSV(B) | 36.84º | 0.57% | 0.39% | - |
| XYZ | 8.42 | 8.33 | 3.45 | - |
| YUV | 80.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 43 | 0 | 0.22 | 0.57 | 0.61 | 36.84 | 0.4 | 0.28 |
| Hex | 64 | 4E | 2B | 0 | 16 | 39 | 3D | 25 | 28 | 1C |
| Octal | 144 | 116 | 53 | 0 | 26 | 71 | 75 | 45 | 50 | 34 |
| Binary | 1100100 | 1001110 | 101011 | 0 | 10110 | 111001 | 111101 | 100101 | 101000 | 11100 |
Color Harmonies of #644E2B
Complementary color
Monochromatic Colors of #644E2B
Black with #644E2B
Text Example
Text Example
White with #644E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E2B; }
p { color: rgb(100,78,43); }
H1.HeaderClassName
{
color: #644E2B;
}
.AnyTagClassName
{
color: #644E2B;
}
</style>
background-color css
<style>
a { background-color: #644E2B; }
a { background-color: rgb(100,78,43); }
div.DivClassName
{
background-color: #644E2B;
}
.BgClassName
{
background-color: #644E2B;
}
</style>
border-color css
<style>
span { border-color: #644E2B; }
span { border-color: rgb(100,78,43); }
td.TdClassName
{
border-color: #644E2B;
}
.TagClassName
{
border-color: #644E2B;
}
</style>