Shades of Dallas #644C32
Tints of Dallas #644C32
RGB
CMYK
RGB Variations
Color information
#644C32 (or 0x644C32) is known color: Dallas. HEX triplet: 64, 4C and 32. RGB value is (100,76,50). Sum of RGB (Red+Green+Blue) = 100+76+50=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C32 is #9BB3CD. Grayscale: #505050. Windows color (decimal): -10204110 or 3296356. OLE color: 3296356.
HSL color Cylindrical-coordinate representation of color #644C32: hue angle of 31.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #644C32 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 50 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.61 |
| HSL | 31.2º | 0.33% | 0.29% | - |
| HSV(B) | 31.2º | 0.5% | 0.39% | - |
| XYZ | 8.42 | 8.11 | 4.14 | - |
| YUV | 80.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 50 | 0 | 0.24 | 0.50 | 0.61 | 31.2 | 0.33 | 0.29 |
| Hex | 64 | 4C | 32 | 0 | 18 | 32 | 3D | 1F | 21 | 1D |
| Octal | 144 | 114 | 62 | 0 | 30 | 62 | 75 | 37 | 41 | 35 |
| Binary | 1100100 | 1001100 | 110010 | 0 | 11000 | 110010 | 111101 | 11111 | 100001 | 11101 |
Color Harmonies of #644C32
Complementary color
Monochromatic Colors of #644C32
Black with #644C32
Text Example
Text Example
White with #644C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C32; }
p { color: rgb(100,76,50); }
H1.HeaderClassName
{
color: #644C32;
}
.AnyTagClassName
{
color: #644C32;
}
</style>
background-color css
<style>
a { background-color: #644C32; }
a { background-color: rgb(100,76,50); }
div.DivClassName
{
background-color: #644C32;
}
.BgClassName
{
background-color: #644C32;
}
</style>
border-color css
<style>
span { border-color: #644C32; }
span { border-color: rgb(100,76,50); }
td.TdClassName
{
border-color: #644C32;
}
.TagClassName
{
border-color: #644C32;
}
</style>