Shades of Dallas #644A2D
Tints of Dallas #644A2D
RGB
CMYK
RGB Variations
Color information
#644A2D (or 0x644A2D) is known color: Dallas. HEX triplet: 64, 4A and 2D. RGB value is (100,74,45). Sum of RGB (Red+Green+Blue) = 100+74+45=219 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.66% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 100 - color contains mainly: red. Hex color #644A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A2D is #9BB5D2. Grayscale: #4E4E4E. Windows color (decimal): -10204627 or 2968164. OLE color: 2968164.
HSL color Cylindrical-coordinate representation of color #644A2D: hue angle of 31.64º 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 #644A2D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 74 | 45 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.61 |
| HSL | 31.64º | 0.38% | 0.28% | - |
| HSV(B) | 31.64º | 0.55% | 0.39% | - |
| XYZ | 8.18 | 7.8 | 3.56 | - |
| YUV | 78.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 74 | 45 | 0 | 0.26 | 0.55 | 0.61 | 31.64 | 0.38 | 0.28 |
| Hex | 64 | 4A | 2D | 0 | 1A | 37 | 3D | 20 | 26 | 1C |
| Octal | 144 | 112 | 55 | 0 | 32 | 67 | 75 | 40 | 46 | 34 |
| Binary | 1100100 | 1001010 | 101101 | 0 | 11010 | 110111 | 111101 | 100000 | 100110 | 11100 |
Color Harmonies of #644A2D
Complementary color
Monochromatic Colors of #644A2D
Black with #644A2D
Text Example
Text Example
White with #644A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644A2D; }
p { color: rgb(100,74,45); }
H1.HeaderClassName
{
color: #644A2D;
}
.AnyTagClassName
{
color: #644A2D;
}
</style>
background-color css
<style>
a { background-color: #644A2D; }
a { background-color: rgb(100,74,45); }
div.DivClassName
{
background-color: #644A2D;
}
.BgClassName
{
background-color: #644A2D;
}
</style>
border-color css
<style>
span { border-color: #644A2D; }
span { border-color: rgb(100,74,45); }
td.TdClassName
{
border-color: #644A2D;
}
.TagClassName
{
border-color: #644A2D;
}
</style>