Shades of Dallas #644B32
Tints of Dallas #644B32
RGB
CMYK
RGB Variations
Color information
#644B32 (or 0x644B32) is known color: Dallas. HEX triplet: 64, 4B and 32. RGB value is (100,75,50). Sum of RGB (Red+Green+Blue) = 100+75+50=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B32 is #9BB4CD. Grayscale: #4F4F4F. Windows color (decimal): -10204366 or 3296100. OLE color: 3296100.
HSL color Cylindrical-coordinate representation of color #644B32: hue angle of 30º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644B32 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 50 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.61 |
| HSL | 30º | 0.33% | 0.29% | - |
| HSV(B) | 30º | 0.5% | 0.39% | - |
| XYZ | 8.35 | 7.97 | 4.12 | - |
| YUV | 79.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 50 | 0 | 0.25 | 0.50 | 0.61 | 30 | 0.33 | 0.29 |
| Hex | 64 | 4B | 32 | 0 | 19 | 32 | 3D | 1E | 21 | 1D |
| Octal | 144 | 113 | 62 | 0 | 31 | 62 | 75 | 36 | 41 | 35 |
| Binary | 1100100 | 1001011 | 110010 | 0 | 11001 | 110010 | 111101 | 11110 | 100001 | 11101 |
Color Harmonies of #644B32
Complementary color
Monochromatic Colors of #644B32
Black with #644B32
Text Example
Text Example
White with #644B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B32; }
p { color: rgb(100,75,50); }
H1.HeaderClassName
{
color: #644B32;
}
.AnyTagClassName
{
color: #644B32;
}
</style>
background-color css
<style>
a { background-color: #644B32; }
a { background-color: rgb(100,75,50); }
div.DivClassName
{
background-color: #644B32;
}
.BgClassName
{
background-color: #644B32;
}
</style>
border-color css
<style>
span { border-color: #644B32; }
span { border-color: rgb(100,75,50); }
td.TdClassName
{
border-color: #644B32;
}
.TagClassName
{
border-color: #644B32;
}
</style>