Shades of Dallas #645031
Tints of Dallas #645031
RGB
CMYK
RGB Variations
Color information
#645031 (or 0x645031) is known color: Dallas. HEX triplet: 64, 50 and 31. RGB value is (100,80,49). Sum of RGB (Red+Green+Blue) = 100+80+49=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #645031 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645031 is #9BAFCE. Grayscale: #525252. Windows color (decimal): -10203087 or 3231844. OLE color: 3231844.
HSL color Cylindrical-coordinate representation of color #645031: hue angle of 36.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #645031 is Cyan = 0, Magento = 0.2, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 49 | - |
| CMYK | 0 | 0.2 | 0.51 | 0.61 |
| HSL | 36.47º | 0.34% | 0.29% | - |
| HSV(B) | 36.47º | 0.51% | 0.39% | - |
| XYZ | 8.68 | 8.67 | 4.12 | - |
| YUV | 82.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 49 | 0 | 0.2 | 0.51 | 0.61 | 36.47 | 0.34 | 0.29 |
| Hex | 64 | 50 | 31 | 0 | 14 | 33 | 3D | 24 | 22 | 1D |
| Octal | 144 | 120 | 61 | 0 | 24 | 63 | 75 | 44 | 42 | 35 |
| Binary | 1100100 | 1010000 | 110001 | 0 | 10100 | 110011 | 111101 | 100100 | 100010 | 11101 |
Color Harmonies of #645031
Complementary color
Monochromatic Colors of #645031
Black with #645031
Text Example
Text Example
White with #645031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645031; }
p { color: rgb(100,80,49); }
H1.HeaderClassName
{
color: #645031;
}
.AnyTagClassName
{
color: #645031;
}
</style>
background-color css
<style>
a { background-color: #645031; }
a { background-color: rgb(100,80,49); }
div.DivClassName
{
background-color: #645031;
}
.BgClassName
{
background-color: #645031;
}
</style>
border-color css
<style>
span { border-color: #645031; }
span { border-color: rgb(100,80,49); }
td.TdClassName
{
border-color: #645031;
}
.TagClassName
{
border-color: #645031;
}
</style>