Shades of Dallas #614E34
Tints of Dallas #614E34
RGB
CMYK
RGB Variations
Color information
#614E34 (or 0x614E34) is known color: Dallas. HEX triplet: 61, 4E and 34. RGB value is (97,78,52). Sum of RGB (Red+Green+Blue) = 97+78+52=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #614E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E34 is #9EB1CB. Grayscale: #505050. Windows color (decimal): -10400204 or 3427937. OLE color: 3427937.
HSL color Cylindrical-coordinate representation of color #614E34: hue angle of 34.67º 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 #614E34 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 52 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.62 |
| HSL | 34.67º | 0.3% | 0.29% | - |
| HSV(B) | 34.67º | 0.46% | 0.38% | - |
| XYZ | 8.27 | 8.24 | 4.4 | - |
| YUV | 80.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 52 | 0 | 0.20 | 0.46 | 0.62 | 34.67 | 0.3 | 0.29 |
| Hex | 61 | 4E | 34 | 0 | 14 | 2E | 3E | 23 | 1E | 1D |
| Octal | 141 | 116 | 64 | 0 | 24 | 56 | 76 | 43 | 36 | 35 |
| Binary | 1100001 | 1001110 | 110100 | 0 | 10100 | 101110 | 111110 | 100011 | 11110 | 11101 |
Color Harmonies of #614E34
Complementary color
Monochromatic Colors of #614E34
Black with #614E34
Text Example
Text Example
White with #614E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E34; }
p { color: rgb(97,78,52); }
H1.HeaderClassName
{
color: #614E34;
}
.AnyTagClassName
{
color: #614E34;
}
</style>
background-color css
<style>
a { background-color: #614E34; }
a { background-color: rgb(97,78,52); }
div.DivClassName
{
background-color: #614E34;
}
.BgClassName
{
background-color: #614E34;
}
</style>
border-color css
<style>
span { border-color: #614E34; }
span { border-color: rgb(97,78,52); }
td.TdClassName
{
border-color: #614E34;
}
.TagClassName
{
border-color: #614E34;
}
</style>