Shades of Dallas #64492C
Tints of Dallas #64492C
RGB
CMYK
RGB Variations
Color information
#64492C (or 0x64492C) is known color: Dallas. HEX triplet: 64, 49 and 2C. RGB value is (100,73,44). Sum of RGB (Red+Green+Blue) = 100+73+44=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492C is #9BB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10204884 or 2902372. OLE color: 2902372.
HSL color Cylindrical-coordinate representation of color #64492C: hue angle of 31.07º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64492C is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 44 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.61 |
| HSL | 31.07º | 0.39% | 0.28% | - |
| HSV(B) | 31.07º | 0.56% | 0.39% | - |
| XYZ | 8.09 | 7.66 | 3.43 | - |
| YUV | 77.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 44 | 0 | 0.27 | 0.56 | 0.61 | 31.07 | 0.39 | 0.28 |
| Hex | 64 | 49 | 2C | 0 | 1B | 38 | 3D | 1F | 27 | 1C |
| Octal | 144 | 111 | 54 | 0 | 33 | 70 | 75 | 37 | 47 | 34 |
| Binary | 1100100 | 1001001 | 101100 | 0 | 11011 | 111000 | 111101 | 11111 | 100111 | 11100 |
Color Harmonies of #64492C
Complementary color
Monochromatic Colors of #64492C
Black with #64492C
Text Example
Text Example
White with #64492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64492C; }
p { color: rgb(100,73,44); }
H1.HeaderClassName
{
color: #64492C;
}
.AnyTagClassName
{
color: #64492C;
}
</style>
background-color css
<style>
a { background-color: #64492C; }
a { background-color: rgb(100,73,44); }
div.DivClassName
{
background-color: #64492C;
}
.BgClassName
{
background-color: #64492C;
}
</style>
border-color css
<style>
span { border-color: #64492C; }
span { border-color: rgb(100,73,44); }
td.TdClassName
{
border-color: #64492C;
}
.TagClassName
{
border-color: #64492C;
}
</style>