Shades of Dallas #614D36
Tints of Dallas #614D36
RGB
CMYK
RGB Variations
Color information
#614D36 (or 0x614D36) is known color: Dallas. HEX triplet: 61, 4D and 36. RGB value is (97,77,54). Sum of RGB (Red+Green+Blue) = 97+77+54=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #614D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D36 is #9EB2C9. Grayscale: #505050. Windows color (decimal): -10400458 or 3558753. OLE color: 3558753.
HSL color Cylindrical-coordinate representation of color #614D36: hue angle of 32.09º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614D36 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 54 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.62 |
| HSL | 32.09º | 0.28% | 0.3% | - |
| HSV(B) | 32.09º | 0.44% | 0.38% | - |
| XYZ | 8.25 | 8.12 | 4.62 | - |
| YUV | 80.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 54 | 0 | 0.21 | 0.44 | 0.62 | 32.09 | 0.28 | 0.3 |
| Hex | 61 | 4D | 36 | 0 | 15 | 2C | 3E | 20 | 1C | 1E |
| Octal | 141 | 115 | 66 | 0 | 25 | 54 | 76 | 40 | 34 | 36 |
| Binary | 1100001 | 1001101 | 110110 | 0 | 10101 | 101100 | 111110 | 100000 | 11100 | 11110 |
Color Harmonies of #614D36
Complementary color
Monochromatic Colors of #614D36
Black with #614D36
Text Example
Text Example
White with #614D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D36; }
p { color: rgb(97,77,54); }
H1.HeaderClassName
{
color: #614D36;
}
.AnyTagClassName
{
color: #614D36;
}
</style>
background-color css
<style>
a { background-color: #614D36; }
a { background-color: rgb(97,77,54); }
div.DivClassName
{
background-color: #614D36;
}
.BgClassName
{
background-color: #614D36;
}
</style>
border-color css
<style>
span { border-color: #614D36; }
span { border-color: rgb(97,77,54); }
td.TdClassName
{
border-color: #614D36;
}
.TagClassName
{
border-color: #614D36;
}
</style>