Shades of Dallas #614A29
Tints of Dallas #614A29
RGB
CMYK
RGB Variations
Color information
#614A29 (or 0x614A29) is known color: Dallas. HEX triplet: 61, 4A and 29. RGB value is (97,74,41). Sum of RGB (Red+Green+Blue) = 97+74+41=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A29 is #9EB5D6. Grayscale: #4D4D4D. Windows color (decimal): -10401239 or 2706017. OLE color: 2706017.
HSL color Cylindrical-coordinate representation of color #614A29: hue angle of 35.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #614A29 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 41 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.62 |
| HSL | 35.36º | 0.41% | 0.27% | - |
| HSV(B) | 35.36º | 0.58% | 0.38% | - |
| XYZ | 7.78 | 7.6 | 3.15 | - |
| YUV | 77.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 41 | 0 | 0.24 | 0.58 | 0.62 | 35.36 | 0.41 | 0.27 |
| Hex | 61 | 4A | 29 | 0 | 18 | 3A | 3E | 23 | 29 | 1B |
| Octal | 141 | 112 | 51 | 0 | 30 | 72 | 76 | 43 | 51 | 33 |
| Binary | 1100001 | 1001010 | 101001 | 0 | 11000 | 111010 | 111110 | 100011 | 101001 | 11011 |
Color Harmonies of #614A29
Complementary color
Monochromatic Colors of #614A29
Black with #614A29
Text Example
Text Example
White with #614A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A29; }
p { color: rgb(97,74,41); }
H1.HeaderClassName
{
color: #614A29;
}
.AnyTagClassName
{
color: #614A29;
}
</style>
background-color css
<style>
a { background-color: #614A29; }
a { background-color: rgb(97,74,41); }
div.DivClassName
{
background-color: #614A29;
}
.BgClassName
{
background-color: #614A29;
}
</style>
border-color css
<style>
span { border-color: #614A29; }
span { border-color: rgb(97,74,41); }
td.TdClassName
{
border-color: #614A29;
}
.TagClassName
{
border-color: #614A29;
}
</style>