Shades of Dallas #644C2F
Tints of Dallas #644C2F
RGB
CMYK
RGB Variations
Color information
#644C2F (or 0x644C2F) is known color: Dallas. HEX triplet: 64, 4C and 2F. RGB value is (100,76,47). Sum of RGB (Red+Green+Blue) = 100+76+47=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C2F is #9BB3D0. Grayscale: #505050. Windows color (decimal): -10204113 or 3099748. OLE color: 3099748.
HSL color Cylindrical-coordinate representation of color #644C2F: hue angle of 32.83º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #644C2F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 76 | 47 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.61 |
| HSL | 32.83º | 0.36% | 0.29% | - |
| HSV(B) | 32.83º | 0.53% | 0.39% | - |
| XYZ | 8.35 | 8.08 | 3.81 | - |
| YUV | 79.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 76 | 47 | 0 | 0.24 | 0.53 | 0.61 | 32.83 | 0.36 | 0.29 |
| Hex | 64 | 4C | 2F | 0 | 18 | 35 | 3D | 21 | 24 | 1D |
| Octal | 144 | 114 | 57 | 0 | 30 | 65 | 75 | 41 | 44 | 35 |
| Binary | 1100100 | 1001100 | 101111 | 0 | 11000 | 110101 | 111101 | 100001 | 100100 | 11101 |
Color Harmonies of #644C2F
Complementary color
Monochromatic Colors of #644C2F
Black with #644C2F
Text Example
Text Example
White with #644C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644C2F; }
p { color: rgb(100,76,47); }
H1.HeaderClassName
{
color: #644C2F;
}
.AnyTagClassName
{
color: #644C2F;
}
</style>
background-color css
<style>
a { background-color: #644C2F; }
a { background-color: rgb(100,76,47); }
div.DivClassName
{
background-color: #644C2F;
}
.BgClassName
{
background-color: #644C2F;
}
</style>
border-color css
<style>
span { border-color: #644C2F; }
span { border-color: rgb(100,76,47); }
td.TdClassName
{
border-color: #644C2F;
}
.TagClassName
{
border-color: #644C2F;
}
</style>