Shades of Dallas #644C27
Tints of Dallas #644C27
RGB
CMYK
RGB Variations
Color information
#644C27 (or 0x644C27) is known color: Dallas. HEX triplet: 64, 4C and 27. RGB value is (100,76,39). Sum of RGB (Red+Green+Blue) = 100+76+39=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #644C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C27 is #9BB3D8. Grayscale: #4F4F4F. Windows color (decimal): -10204121 or 2575460. OLE color: 2575460.
HSL color Cylindrical-coordinate representation of color #644C27: hue angle of 36.39º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #644C27 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 39 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.61 |
| HSL | 36.39º | 0.44% | 0.27% | - |
| HSV(B) | 36.39º | 0.61% | 0.39% | - |
| XYZ | 8.21 | 8.02 | 3.04 | - |
| YUV | 78.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 39 | 0 | 0.24 | 0.61 | 0.61 | 36.39 | 0.44 | 0.27 |
| Hex | 64 | 4C | 27 | 0 | 18 | 3D | 3D | 24 | 2C | 1B |
| Octal | 144 | 114 | 47 | 0 | 30 | 75 | 75 | 44 | 54 | 33 |
| Binary | 1100100 | 1001100 | 100111 | 0 | 11000 | 111101 | 111101 | 100100 | 101100 | 11011 |
Color Harmonies of #644C27
Complementary color
Monochromatic Colors of #644C27
Black with #644C27
Text Example
Text Example
White with #644C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C27; }
p { color: rgb(100,76,39); }
H1.HeaderClassName
{
color: #644C27;
}
.AnyTagClassName
{
color: #644C27;
}
</style>
background-color css
<style>
a { background-color: #644C27; }
a { background-color: rgb(100,76,39); }
div.DivClassName
{
background-color: #644C27;
}
.BgClassName
{
background-color: #644C27;
}
</style>
border-color css
<style>
span { border-color: #644C27; }
span { border-color: rgb(100,76,39); }
td.TdClassName
{
border-color: #644C27;
}
.TagClassName
{
border-color: #644C27;
}
</style>