Shades of Dallas #61492E
Tints of Dallas #61492E
RGB
CMYK
RGB Variations
Color information
#61492E (or 0x61492E) is known color: Dallas. HEX triplet: 61, 49 and 2E. RGB value is (97,73,46). Sum of RGB (Red+Green+Blue) = 97+73+46=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492E is #9EB6D1. Grayscale: #4D4D4D. Windows color (decimal): -10401490 or 3033441. OLE color: 3033441.
HSL color Cylindrical-coordinate representation of color #61492E: hue angle of 31.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61492E is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 46 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.62 |
| HSL | 31.76º | 0.36% | 0.28% | - |
| HSV(B) | 31.76º | 0.53% | 0.38% | - |
| XYZ | 7.81 | 7.5 | 3.62 | - |
| YUV | 77.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 46 | 0 | 0.25 | 0.53 | 0.62 | 31.76 | 0.36 | 0.28 |
| Hex | 61 | 49 | 2E | 0 | 19 | 35 | 3E | 20 | 24 | 1C |
| Octal | 141 | 111 | 56 | 0 | 31 | 65 | 76 | 40 | 44 | 34 |
| Binary | 1100001 | 1001001 | 101110 | 0 | 11001 | 110101 | 111110 | 100000 | 100100 | 11100 |
Color Harmonies of #61492E
Complementary color
Monochromatic Colors of #61492E
Black with #61492E
Text Example
Text Example
White with #61492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61492E; }
p { color: rgb(97,73,46); }
H1.HeaderClassName
{
color: #61492E;
}
.AnyTagClassName
{
color: #61492E;
}
</style>
background-color css
<style>
a { background-color: #61492E; }
a { background-color: rgb(97,73,46); }
div.DivClassName
{
background-color: #61492E;
}
.BgClassName
{
background-color: #61492E;
}
</style>
border-color css
<style>
span { border-color: #61492E; }
span { border-color: rgb(97,73,46); }
td.TdClassName
{
border-color: #61492E;
}
.TagClassName
{
border-color: #61492E;
}
</style>