Shades of Dallas #64492A
Tints of Dallas #64492A
RGB
CMYK
RGB Variations
Color information
#64492A (or 0x64492A) is known color: Dallas. HEX triplet: 64, 49 and 2A. RGB value is (100,73,42). Sum of RGB (Red+Green+Blue) = 100+73+42=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64492A is #9BB6D5. Grayscale: #4D4D4D. Windows color (decimal): -10204886 or 2771300. OLE color: 2771300.
HSL color Cylindrical-coordinate representation of color #64492A: hue angle of 32.07º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64492A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 73 | 42 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.61 |
| HSL | 32.07º | 0.41% | 0.28% | - |
| HSV(B) | 32.07º | 0.58% | 0.39% | - |
| XYZ | 8.06 | 7.64 | 3.24 | - |
| YUV | 77.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 73 | 42 | 0 | 0.27 | 0.58 | 0.61 | 32.07 | 0.41 | 0.28 |
| Hex | 64 | 49 | 2A | 0 | 1B | 3A | 3D | 20 | 29 | 1C |
| Octal | 144 | 111 | 52 | 0 | 33 | 72 | 75 | 40 | 51 | 34 |
| Binary | 1100100 | 1001001 | 101010 | 0 | 11011 | 111010 | 111101 | 100000 | 101001 | 11100 |
Color Harmonies of #64492A
Complementary color
Monochromatic Colors of #64492A
Black with #64492A
Text Example
Text Example
White with #64492A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64492A; }
p { color: rgb(100,73,42); }
H1.HeaderClassName
{
color: #64492A;
}
.AnyTagClassName
{
color: #64492A;
}
</style>
background-color css
<style>
a { background-color: #64492A; }
a { background-color: rgb(100,73,42); }
div.DivClassName
{
background-color: #64492A;
}
.BgClassName
{
background-color: #64492A;
}
</style>
border-color css
<style>
span { border-color: #64492A; }
span { border-color: rgb(100,73,42); }
td.TdClassName
{
border-color: #64492A;
}
.TagClassName
{
border-color: #64492A;
}
</style>