Shades of Dallas #644F33
Tints of Dallas #644F33
RGB
CMYK
RGB Variations
Color information
#644F33 (or 0x644F33) is known color: Dallas. HEX triplet: 64, 4F and 33. RGB value is (100,79,51). Sum of RGB (Red+Green+Blue) = 100+79+51=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F33 is #9BB0CC. Grayscale: #525252. Windows color (decimal): -10203341 or 3362660. OLE color: 3362660.
HSL color Cylindrical-coordinate representation of color #644F33: hue angle of 34.29º 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 #644F33 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 51 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.61 |
| HSL | 34.29º | 0.32% | 0.3% | - |
| HSV(B) | 34.29º | 0.49% | 0.39% | - |
| XYZ | 8.65 | 8.54 | 4.32 | - |
| YUV | 82.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 51 | 0 | 0.21 | 0.49 | 0.61 | 34.29 | 0.32 | 0.3 |
| Hex | 64 | 4F | 33 | 0 | 15 | 31 | 3D | 22 | 20 | 1E |
| Octal | 144 | 117 | 63 | 0 | 25 | 61 | 75 | 42 | 40 | 36 |
| Binary | 1100100 | 1001111 | 110011 | 0 | 10101 | 110001 | 111101 | 100010 | 100000 | 11110 |
Color Harmonies of #644F33
Complementary color
Monochromatic Colors of #644F33
Black with #644F33
Text Example
Text Example
White with #644F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F33; }
p { color: rgb(100,79,51); }
H1.HeaderClassName
{
color: #644F33;
}
.AnyTagClassName
{
color: #644F33;
}
</style>
background-color css
<style>
a { background-color: #644F33; }
a { background-color: rgb(100,79,51); }
div.DivClassName
{
background-color: #644F33;
}
.BgClassName
{
background-color: #644F33;
}
</style>
border-color css
<style>
span { border-color: #644F33; }
span { border-color: rgb(100,79,51); }
td.TdClassName
{
border-color: #644F33;
}
.TagClassName
{
border-color: #644F33;
}
</style>