Shades of Dallas #644D33
Tints of Dallas #644D33
RGB
CMYK
RGB Variations
Color information
#644D33 (or 0x644D33) is known color: Dallas. HEX triplet: 64, 4D and 33. RGB value is (100,77,51). Sum of RGB (Red+Green+Blue) = 100+77+51=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #644D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D33 is #9BB2CC. Grayscale: #515151. Windows color (decimal): -10203853 or 3362148. OLE color: 3362148.
HSL color Cylindrical-coordinate representation of color #644D33: hue angle of 31.84º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #644D33 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 77 | 51 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.61 |
| HSL | 31.84º | 0.32% | 0.3% | - |
| HSV(B) | 31.84º | 0.49% | 0.39% | - |
| XYZ | 8.51 | 8.26 | 4.28 | - |
| YUV | 80.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 77 | 51 | 0 | 0.23 | 0.49 | 0.61 | 31.84 | 0.32 | 0.3 |
| Hex | 64 | 4D | 33 | 0 | 17 | 31 | 3D | 20 | 20 | 1E |
| Octal | 144 | 115 | 63 | 0 | 27 | 61 | 75 | 40 | 40 | 36 |
| Binary | 1100100 | 1001101 | 110011 | 0 | 10111 | 110001 | 111101 | 100000 | 100000 | 11110 |
Color Harmonies of #644D33
Complementary color
Monochromatic Colors of #644D33
Black with #644D33
Text Example
Text Example
White with #644D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644D33; }
p { color: rgb(100,77,51); }
H1.HeaderClassName
{
color: #644D33;
}
.AnyTagClassName
{
color: #644D33;
}
</style>
background-color css
<style>
a { background-color: #644D33; }
a { background-color: rgb(100,77,51); }
div.DivClassName
{
background-color: #644D33;
}
.BgClassName
{
background-color: #644D33;
}
</style>
border-color css
<style>
span { border-color: #644D33; }
span { border-color: rgb(100,77,51); }
td.TdClassName
{
border-color: #644D33;
}
.TagClassName
{
border-color: #644D33;
}
</style>