Shades of Dallas #64472C
Tints of Dallas #64472C
RGB
CMYK
RGB Variations
Color information
#64472C (or 0x64472C) is known color: Dallas. HEX triplet: 64, 47 and 2C. RGB value is (100,71,44). Sum of RGB (Red+Green+Blue) = 100+71+44=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #64472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64472C is #9BB8D3. Grayscale: #4C4C4C. Windows color (decimal): -10205396 or 2901860. OLE color: 2901860.
HSL color Cylindrical-coordinate representation of color #64472C: hue angle of 28.93º 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 #64472C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 44 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.61 |
| HSL | 28.93º | 0.39% | 0.28% | - |
| HSV(B) | 28.93º | 0.56% | 0.39% | - |
| XYZ | 7.96 | 7.4 | 3.39 | - |
| YUV | 76.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 44 | 0 | 0.29 | 0.56 | 0.61 | 28.93 | 0.39 | 0.28 |
| Hex | 64 | 47 | 2C | 0 | 1D | 38 | 3D | 1D | 27 | 1C |
| Octal | 144 | 107 | 54 | 0 | 35 | 70 | 75 | 35 | 47 | 34 |
| Binary | 1100100 | 1000111 | 101100 | 0 | 11101 | 111000 | 111101 | 11101 | 100111 | 11100 |
Color Harmonies of #64472C
Complementary color
Monochromatic Colors of #64472C
Black with #64472C
Text Example
Text Example
White with #64472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64472C; }
p { color: rgb(100,71,44); }
H1.HeaderClassName
{
color: #64472C;
}
.AnyTagClassName
{
color: #64472C;
}
</style>
background-color css
<style>
a { background-color: #64472C; }
a { background-color: rgb(100,71,44); }
div.DivClassName
{
background-color: #64472C;
}
.BgClassName
{
background-color: #64472C;
}
</style>
border-color css
<style>
span { border-color: #64472C; }
span { border-color: rgb(100,71,44); }
td.TdClassName
{
border-color: #64472C;
}
.TagClassName
{
border-color: #64472C;
}
</style>