Shades of Dallas #644D2E
Tints of Dallas #644D2E
RGB
CMYK
RGB Variations
Color information
#644D2E (or 0x644D2E) is known color: Dallas. HEX triplet: 64, 4D and 2E. RGB value is (100,77,46). Sum of RGB (Red+Green+Blue) = 100+77+46=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D2E is #9BB2D1. Grayscale: #505050. Windows color (decimal): -10203858 or 3034468. OLE color: 3034468.
HSL color Cylindrical-coordinate representation of color #644D2E: hue angle of 34.44º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #644D2E is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 46 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.61 |
| HSL | 34.44º | 0.37% | 0.29% | - |
| HSV(B) | 34.44º | 0.54% | 0.39% | - |
| XYZ | 8.4 | 8.21 | 3.73 | - |
| YUV | 80.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 46 | 0 | 0.23 | 0.54 | 0.61 | 34.44 | 0.37 | 0.29 |
| Hex | 64 | 4D | 2E | 0 | 17 | 36 | 3D | 22 | 25 | 1D |
| Octal | 144 | 115 | 56 | 0 | 27 | 66 | 75 | 42 | 45 | 35 |
| Binary | 1100100 | 1001101 | 101110 | 0 | 10111 | 110110 | 111101 | 100010 | 100101 | 11101 |
Color Harmonies of #644D2E
Complementary color
Monochromatic Colors of #644D2E
Black with #644D2E
Text Example
Text Example
White with #644D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D2E; }
p { color: rgb(100,77,46); }
H1.HeaderClassName
{
color: #644D2E;
}
.AnyTagClassName
{
color: #644D2E;
}
</style>
background-color css
<style>
a { background-color: #644D2E; }
a { background-color: rgb(100,77,46); }
div.DivClassName
{
background-color: #644D2E;
}
.BgClassName
{
background-color: #644D2E;
}
</style>
border-color css
<style>
span { border-color: #644D2E; }
span { border-color: rgb(100,77,46); }
td.TdClassName
{
border-color: #644D2E;
}
.TagClassName
{
border-color: #644D2E;
}
</style>