Shades of Dallas #654929
Tints of Dallas #654929
RGB
CMYK
RGB Variations
Color information
#654929 (or 0x654929) is known color: Dallas. HEX triplet: 65, 49 and 29. RGB value is (101,73,41). Sum of RGB (Red+Green+Blue) = 101+73+41=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #654929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654929 is #9AB6D6. Grayscale: #4D4D4D. Windows color (decimal): -10139351 or 2705765. OLE color: 2705765.
HSL color Cylindrical-coordinate representation of color #654929: hue angle of 32º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654929 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 73 | 41 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.60 |
| HSL | 32º | 0.42% | 0.28% | - |
| HSV(B) | 32º | 0.59% | 0.4% | - |
| XYZ | 8.15 | 7.69 | 3.15 | - |
| YUV | 77.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 73 | 41 | 0 | 0.28 | 0.59 | 0.60 | 32 | 0.42 | 0.28 |
| Hex | 65 | 49 | 29 | 0 | 1C | 3B | 3C | 20 | 2A | 1C |
| Octal | 145 | 111 | 51 | 0 | 34 | 73 | 74 | 40 | 52 | 34 |
| Binary | 1100101 | 1001001 | 101001 | 0 | 11100 | 111011 | 111100 | 100000 | 101010 | 11100 |
Color Harmonies of #654929
Complementary color
Monochromatic Colors of #654929
Black with #654929
Text Example
Text Example
White with #654929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654929; }
p { color: rgb(101,73,41); }
H1.HeaderClassName
{
color: #654929;
}
.AnyTagClassName
{
color: #654929;
}
</style>
background-color css
<style>
a { background-color: #654929; }
a { background-color: rgb(101,73,41); }
div.DivClassName
{
background-color: #654929;
}
.BgClassName
{
background-color: #654929;
}
</style>
border-color css
<style>
span { border-color: #654929; }
span { border-color: rgb(101,73,41); }
td.TdClassName
{
border-color: #654929;
}
.TagClassName
{
border-color: #654929;
}
</style>