Shades of Dallas #644C2C
Tints of Dallas #644C2C
RGB
CMYK
RGB Variations
Color information
#644C2C (or 0x644C2C) is known color: Dallas. HEX triplet: 64, 4C and 2C. RGB value is (100,76,44). Sum of RGB (Red+Green+Blue) = 100+76+44=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C2C is #9BB3D3. Grayscale: #4F4F4F. Windows color (decimal): -10204116 or 2903140. OLE color: 2903140.
HSL color Cylindrical-coordinate representation of color #644C2C: hue angle of 34.29º 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 #644C2C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 44 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.61 |
| HSL | 34.29º | 0.39% | 0.28% | - |
| HSV(B) | 34.29º | 0.56% | 0.39% | - |
| XYZ | 8.29 | 8.06 | 3.5 | - |
| YUV | 79.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 44 | 0 | 0.24 | 0.56 | 0.61 | 34.29 | 0.39 | 0.28 |
| Hex | 64 | 4C | 2C | 0 | 18 | 38 | 3D | 22 | 27 | 1C |
| Octal | 144 | 114 | 54 | 0 | 30 | 70 | 75 | 42 | 47 | 34 |
| Binary | 1100100 | 1001100 | 101100 | 0 | 11000 | 111000 | 111101 | 100010 | 100111 | 11100 |
Color Harmonies of #644C2C
Complementary color
Monochromatic Colors of #644C2C
Black with #644C2C
Text Example
Text Example
White with #644C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C2C; }
p { color: rgb(100,76,44); }
H1.HeaderClassName
{
color: #644C2C;
}
.AnyTagClassName
{
color: #644C2C;
}
</style>
background-color css
<style>
a { background-color: #644C2C; }
a { background-color: rgb(100,76,44); }
div.DivClassName
{
background-color: #644C2C;
}
.BgClassName
{
background-color: #644C2C;
}
</style>
border-color css
<style>
span { border-color: #644C2C; }
span { border-color: rgb(100,76,44); }
td.TdClassName
{
border-color: #644C2C;
}
.TagClassName
{
border-color: #644C2C;
}
</style>