Shades of Dallas #64492E
Tints of Dallas #64492E
RGB
CMYK
RGB Variations
Color information
#64492E (or 0x64492E) is known color: Dallas. HEX triplet: 64, 49 and 2E. RGB value is (100,73,46). Sum of RGB (Red+Green+Blue) = 100+73+46=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #64492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492E is #9BB6D1. Grayscale: #4E4E4E. Windows color (decimal): -10204882 or 3033444. OLE color: 3033444.
HSL color Cylindrical-coordinate representation of color #64492E: hue angle of 30º 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 #64492E is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 46 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.61 |
| HSL | 30º | 0.37% | 0.29% | - |
| HSV(B) | 30º | 0.54% | 0.39% | - |
| XYZ | 8.13 | 7.67 | 3.64 | - |
| YUV | 78 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 46 | 0 | 0.27 | 0.54 | 0.61 | 30 | 0.37 | 0.29 |
| Hex | 64 | 49 | 2E | 0 | 1B | 36 | 3D | 1E | 25 | 1D |
| Octal | 144 | 111 | 56 | 0 | 33 | 66 | 75 | 36 | 45 | 35 |
| Binary | 1100100 | 1001001 | 101110 | 0 | 11011 | 110110 | 111101 | 11110 | 100101 | 11101 |
Color Harmonies of #64492E
Complementary color
Monochromatic Colors of #64492E
Black with #64492E
Text Example
Text Example
White with #64492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64492E; }
p { color: rgb(100,73,46); }
H1.HeaderClassName
{
color: #64492E;
}
.AnyTagClassName
{
color: #64492E;
}
</style>
background-color css
<style>
a { background-color: #64492E; }
a { background-color: rgb(100,73,46); }
div.DivClassName
{
background-color: #64492E;
}
.BgClassName
{
background-color: #64492E;
}
</style>
border-color css
<style>
span { border-color: #64492E; }
span { border-color: rgb(100,73,46); }
td.TdClassName
{
border-color: #64492E;
}
.TagClassName
{
border-color: #64492E;
}
</style>