Shades of Dallas #644B2E
Tints of Dallas #644B2E
RGB
CMYK
RGB Variations
Color information
#644B2E (or 0x644B2E) is known color: Dallas. HEX triplet: 64, 4B and 2E. RGB value is (100,75,46). Sum of RGB (Red+Green+Blue) = 100+75+46=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B2E is #9BB4D1. Grayscale: #4F4F4F. Windows color (decimal): -10204370 or 3033956. OLE color: 3033956.
HSL color Cylindrical-coordinate representation of color #644B2E: hue angle of 32.22º 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 #644B2E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 75 | 46 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.61 |
| HSL | 32.22º | 0.37% | 0.29% | - |
| HSV(B) | 32.22º | 0.54% | 0.39% | - |
| XYZ | 8.26 | 7.94 | 3.68 | - |
| YUV | 79.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 75 | 46 | 0 | 0.25 | 0.54 | 0.61 | 32.22 | 0.37 | 0.29 |
| Hex | 64 | 4B | 2E | 0 | 19 | 36 | 3D | 20 | 25 | 1D |
| Octal | 144 | 113 | 56 | 0 | 31 | 66 | 75 | 40 | 45 | 35 |
| Binary | 1100100 | 1001011 | 101110 | 0 | 11001 | 110110 | 111101 | 100000 | 100101 | 11101 |
Color Harmonies of #644B2E
Complementary color
Monochromatic Colors of #644B2E
Black with #644B2E
Text Example
Text Example
White with #644B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644B2E; }
p { color: rgb(100,75,46); }
H1.HeaderClassName
{
color: #644B2E;
}
.AnyTagClassName
{
color: #644B2E;
}
</style>
background-color css
<style>
a { background-color: #644B2E; }
a { background-color: rgb(100,75,46); }
div.DivClassName
{
background-color: #644B2E;
}
.BgClassName
{
background-color: #644B2E;
}
</style>
border-color css
<style>
span { border-color: #644B2E; }
span { border-color: rgb(100,75,46); }
td.TdClassName
{
border-color: #644B2E;
}
.TagClassName
{
border-color: #644B2E;
}
</style>