Shades of Dallas #644F2E
Tints of Dallas #644F2E
RGB
CMYK
RGB Variations
Color information
#644F2E (or 0x644F2E) is known color: Dallas. HEX triplet: 64, 4F and 2E. RGB value is (100,79,46). Sum of RGB (Red+Green+Blue) = 100+79+46=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F2E is #9BB0D1. Grayscale: #515151. Windows color (decimal): -10203346 or 3034980. OLE color: 3034980.
HSL color Cylindrical-coordinate representation of color #644F2E: hue angle of 36.67º 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 #644F2E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 46 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.61 |
| HSL | 36.67º | 0.37% | 0.29% | - |
| HSV(B) | 36.67º | 0.54% | 0.39% | - |
| XYZ | 8.54 | 8.5 | 3.77 | - |
| YUV | 81.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 46 | 0 | 0.21 | 0.54 | 0.61 | 36.67 | 0.37 | 0.29 |
| Hex | 64 | 4F | 2E | 0 | 15 | 36 | 3D | 25 | 25 | 1D |
| Octal | 144 | 117 | 56 | 0 | 25 | 66 | 75 | 45 | 45 | 35 |
| Binary | 1100100 | 1001111 | 101110 | 0 | 10101 | 110110 | 111101 | 100101 | 100101 | 11101 |
Color Harmonies of #644F2E
Complementary color
Monochromatic Colors of #644F2E
Black with #644F2E
Text Example
Text Example
White with #644F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F2E; }
p { color: rgb(100,79,46); }
H1.HeaderClassName
{
color: #644F2E;
}
.AnyTagClassName
{
color: #644F2E;
}
</style>
background-color css
<style>
a { background-color: #644F2E; }
a { background-color: rgb(100,79,46); }
div.DivClassName
{
background-color: #644F2E;
}
.BgClassName
{
background-color: #644F2E;
}
</style>
border-color css
<style>
span { border-color: #644F2E; }
span { border-color: rgb(100,79,46); }
td.TdClassName
{
border-color: #644F2E;
}
.TagClassName
{
border-color: #644F2E;
}
</style>