Shades of Dallas #614A34
Tints of Dallas #614A34
RGB
CMYK
RGB Variations
Color information
#614A34 (or 0x614A34) is known color: Dallas. HEX triplet: 61, 4A and 34. RGB value is (97,74,52). Sum of RGB (Red+Green+Blue) = 97+74+52=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #614A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A34 is #9EB5CB. Grayscale: #4E4E4E. Windows color (decimal): -10401228 or 3426913. OLE color: 3426913.
HSL color Cylindrical-coordinate representation of color #614A34: hue angle of 29.33º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614A34 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 52 | - |
| CMYK | 0 | 0.24 | 0.46 | 0.62 |
| HSL | 29.33º | 0.3% | 0.29% | - |
| HSV(B) | 29.33º | 0.46% | 0.38% | - |
| XYZ | 8 | 7.69 | 4.31 | - |
| YUV | 78.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 52 | 0 | 0.24 | 0.46 | 0.62 | 29.33 | 0.3 | 0.29 |
| Hex | 61 | 4A | 34 | 0 | 18 | 2E | 3E | 1D | 1E | 1D |
| Octal | 141 | 112 | 64 | 0 | 30 | 56 | 76 | 35 | 36 | 35 |
| Binary | 1100001 | 1001010 | 110100 | 0 | 11000 | 101110 | 111110 | 11101 | 11110 | 11101 |
Color Harmonies of #614A34
Complementary color
Monochromatic Colors of #614A34
Black with #614A34
Text Example
Text Example
White with #614A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A34; }
p { color: rgb(97,74,52); }
H1.HeaderClassName
{
color: #614A34;
}
.AnyTagClassName
{
color: #614A34;
}
</style>
background-color css
<style>
a { background-color: #614A34; }
a { background-color: rgb(97,74,52); }
div.DivClassName
{
background-color: #614A34;
}
.BgClassName
{
background-color: #614A34;
}
</style>
border-color css
<style>
span { border-color: #614A34; }
span { border-color: rgb(97,74,52); }
td.TdClassName
{
border-color: #614A34;
}
.TagClassName
{
border-color: #614A34;
}
</style>