Shades of Dallas #614C34
Tints of Dallas #614C34
RGB
CMYK
RGB Variations
Color information
#614C34 (or 0x614C34) is known color: Dallas. HEX triplet: 61, 4C and 34. RGB value is (97,76,52). Sum of RGB (Red+Green+Blue) = 97+76+52=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #614C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C34 is #9EB3CB. Grayscale: #4F4F4F. Windows color (decimal): -10400716 or 3427425. OLE color: 3427425.
HSL color Cylindrical-coordinate representation of color #614C34: hue angle of 32º 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 #614C34 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 52 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.62 |
| HSL | 32º | 0.3% | 0.29% | - |
| HSV(B) | 32º | 0.46% | 0.38% | - |
| XYZ | 8.13 | 7.96 | 4.36 | - |
| YUV | 79.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 52 | 0 | 0.22 | 0.46 | 0.62 | 32 | 0.3 | 0.29 |
| Hex | 61 | 4C | 34 | 0 | 16 | 2E | 3E | 20 | 1E | 1D |
| Octal | 141 | 114 | 64 | 0 | 26 | 56 | 76 | 40 | 36 | 35 |
| Binary | 1100001 | 1001100 | 110100 | 0 | 10110 | 101110 | 111110 | 100000 | 11110 | 11101 |
Color Harmonies of #614C34
Complementary color
Monochromatic Colors of #614C34
Black with #614C34
Text Example
Text Example
White with #614C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C34; }
p { color: rgb(97,76,52); }
H1.HeaderClassName
{
color: #614C34;
}
.AnyTagClassName
{
color: #614C34;
}
</style>
background-color css
<style>
a { background-color: #614C34; }
a { background-color: rgb(97,76,52); }
div.DivClassName
{
background-color: #614C34;
}
.BgClassName
{
background-color: #614C34;
}
</style>
border-color css
<style>
span { border-color: #614C34; }
span { border-color: rgb(97,76,52); }
td.TdClassName
{
border-color: #614C34;
}
.TagClassName
{
border-color: #614C34;
}
</style>