Shades of Dallas #614E37
Tints of Dallas #614E37
RGB
CMYK
RGB Variations
Color information
#614E37 (or 0x614E37) is known color: Dallas. HEX triplet: 61, 4E and 37. RGB value is (97,78,55). Sum of RGB (Red+Green+Blue) = 97+78+55=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E37 is #9EB1C8. Grayscale: #515151. Windows color (decimal): -10400201 or 3624545. OLE color: 3624545.
HSL color Cylindrical-coordinate representation of color #614E37: hue angle of 32.86º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #614E37 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 55 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.62 |
| HSL | 32.86º | 0.28% | 0.3% | - |
| HSV(B) | 32.86º | 0.43% | 0.38% | - |
| XYZ | 8.34 | 8.27 | 4.77 | - |
| YUV | 81.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 55 | 0 | 0.20 | 0.43 | 0.62 | 32.86 | 0.28 | 0.3 |
| Hex | 61 | 4E | 37 | 0 | 14 | 2B | 3E | 21 | 1C | 1E |
| Octal | 141 | 116 | 67 | 0 | 24 | 53 | 76 | 41 | 34 | 36 |
| Binary | 1100001 | 1001110 | 110111 | 0 | 10100 | 101011 | 111110 | 100001 | 11100 | 11110 |
Color Harmonies of #614E37
Complementary color
Monochromatic Colors of #614E37
Black with #614E37
Text Example
Text Example
White with #614E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E37; }
p { color: rgb(97,78,55); }
H1.HeaderClassName
{
color: #614E37;
}
.AnyTagClassName
{
color: #614E37;
}
</style>
background-color css
<style>
a { background-color: #614E37; }
a { background-color: rgb(97,78,55); }
div.DivClassName
{
background-color: #614E37;
}
.BgClassName
{
background-color: #614E37;
}
</style>
border-color css
<style>
span { border-color: #614E37; }
span { border-color: rgb(97,78,55); }
td.TdClassName
{
border-color: #614E37;
}
.TagClassName
{
border-color: #614E37;
}
</style>