Shades of Dallas #644E30
Tints of Dallas #644E30
RGB
CMYK
RGB Variations
Color information
#644E30 (or 0x644E30) is known color: Dallas. HEX triplet: 64, 4E and 30. RGB value is (100,78,48). Sum of RGB (Red+Green+Blue) = 100+78+48=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #644E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E30 is #9BB1CF. Grayscale: #515151. Windows color (decimal): -10203600 or 3165796. OLE color: 3165796.
HSL color Cylindrical-coordinate representation of color #644E30: hue angle of 34.62º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #644E30 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 78 | 48 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.61 |
| HSL | 34.62º | 0.35% | 0.29% | - |
| HSV(B) | 34.62º | 0.52% | 0.39% | - |
| XYZ | 8.51 | 8.37 | 3.96 | - |
| YUV | 81.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 78 | 48 | 0 | 0.22 | 0.52 | 0.61 | 34.62 | 0.35 | 0.29 |
| Hex | 64 | 4E | 30 | 0 | 16 | 34 | 3D | 23 | 23 | 1D |
| Octal | 144 | 116 | 60 | 0 | 26 | 64 | 75 | 43 | 43 | 35 |
| Binary | 1100100 | 1001110 | 110000 | 0 | 10110 | 110100 | 111101 | 100011 | 100011 | 11101 |
Color Harmonies of #644E30
Complementary color
Monochromatic Colors of #644E30
Black with #644E30
Text Example
Text Example
White with #644E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644E30; }
p { color: rgb(100,78,48); }
H1.HeaderClassName
{
color: #644E30;
}
.AnyTagClassName
{
color: #644E30;
}
</style>
background-color css
<style>
a { background-color: #644E30; }
a { background-color: rgb(100,78,48); }
div.DivClassName
{
background-color: #644E30;
}
.BgClassName
{
background-color: #644E30;
}
</style>
border-color css
<style>
span { border-color: #644E30; }
span { border-color: rgb(100,78,48); }
td.TdClassName
{
border-color: #644E30;
}
.TagClassName
{
border-color: #644E30;
}
</style>