Shades of Dallas #644629
Tints of Dallas #644629
RGB
CMYK
RGB Variations
Color information
#644629 (or 0x644629) is known color: Dallas. HEX triplet: 64, 46 and 29. RGB value is (100,70,41). Sum of RGB (Red+Green+Blue) = 100+70+41=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #644629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644629 is #9BB9D6. Grayscale: #4B4B4B. Windows color (decimal): -10205655 or 2704996. OLE color: 2704996.
HSL color Cylindrical-coordinate representation of color #644629: hue angle of 29.49º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644629 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 41 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.61 |
| HSL | 29.49º | 0.42% | 0.28% | - |
| HSV(B) | 29.49º | 0.59% | 0.39% | - |
| XYZ | 7.85 | 7.25 | 3.08 | - |
| YUV | 75.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 41 | 0 | 0.30 | 0.59 | 0.61 | 29.49 | 0.42 | 0.28 |
| Hex | 64 | 46 | 29 | 0 | 1E | 3B | 3D | 1D | 2A | 1C |
| Octal | 144 | 106 | 51 | 0 | 36 | 73 | 75 | 35 | 52 | 34 |
| Binary | 1100100 | 1000110 | 101001 | 0 | 11110 | 111011 | 111101 | 11101 | 101010 | 11100 |
Color Harmonies of #644629
Complementary color
Monochromatic Colors of #644629
Black with #644629
Text Example
Text Example
White with #644629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644629; }
p { color: rgb(100,70,41); }
H1.HeaderClassName
{
color: #644629;
}
.AnyTagClassName
{
color: #644629;
}
</style>
background-color css
<style>
a { background-color: #644629; }
a { background-color: rgb(100,70,41); }
div.DivClassName
{
background-color: #644629;
}
.BgClassName
{
background-color: #644629;
}
</style>
border-color css
<style>
span { border-color: #644629; }
span { border-color: rgb(100,70,41); }
td.TdClassName
{
border-color: #644629;
}
.TagClassName
{
border-color: #644629;
}
</style>