Shades of Dallas #644F2D
Tints of Dallas #644F2D
RGB
CMYK
RGB Variations
Color information
#644F2D (or 0x644F2D) is known color: Dallas. HEX triplet: 64, 4F and 2D. RGB value is (100,79,45). Sum of RGB (Red+Green+Blue) = 100+79+45=224 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.64% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 100 - color contains mainly: red. Hex color #644F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F2D is #9BB0D2. Grayscale: #515151. Windows color (decimal): -10203347 or 2969444. OLE color: 2969444.
HSL color Cylindrical-coordinate representation of color #644F2D: hue angle of 37.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #644F2D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 79 | 45 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.61 |
| HSL | 37.09º | 0.38% | 0.28% | - |
| HSV(B) | 37.09º | 0.55% | 0.39% | - |
| XYZ | 8.53 | 8.49 | 3.67 | - |
| YUV | 81.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 79 | 45 | 0 | 0.21 | 0.55 | 0.61 | 37.09 | 0.38 | 0.28 |
| Hex | 64 | 4F | 2D | 0 | 15 | 37 | 3D | 25 | 26 | 1C |
| Octal | 144 | 117 | 55 | 0 | 25 | 67 | 75 | 45 | 46 | 34 |
| Binary | 1100100 | 1001111 | 101101 | 0 | 10101 | 110111 | 111101 | 100101 | 100110 | 11100 |
Color Harmonies of #644F2D
Complementary color
Monochromatic Colors of #644F2D
Black with #644F2D
Text Example
Text Example
White with #644F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644F2D; }
p { color: rgb(100,79,45); }
H1.HeaderClassName
{
color: #644F2D;
}
.AnyTagClassName
{
color: #644F2D;
}
</style>
background-color css
<style>
a { background-color: #644F2D; }
a { background-color: rgb(100,79,45); }
div.DivClassName
{
background-color: #644F2D;
}
.BgClassName
{
background-color: #644F2D;
}
</style>
border-color css
<style>
span { border-color: #644F2D; }
span { border-color: rgb(100,79,45); }
td.TdClassName
{
border-color: #644F2D;
}
.TagClassName
{
border-color: #644F2D;
}
</style>