Shades of Dallas #61492C
Tints of Dallas #61492C
RGB
CMYK
RGB Variations
Color information
#61492C (or 0x61492C) is known color: Dallas. HEX triplet: 61, 49 and 2C. RGB value is (97,73,44). Sum of RGB (Red+Green+Blue) = 97+73+44=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61492C is #9EB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10401492 or 2902369. OLE color: 2902369.
HSL color Cylindrical-coordinate representation of color #61492C: hue angle of 32.83º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61492C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 73 | 44 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.62 |
| HSL | 32.83º | 0.38% | 0.28% | - |
| HSV(B) | 32.83º | 0.55% | 0.38% | - |
| XYZ | 7.77 | 7.49 | 3.42 | - |
| YUV | 76.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 44 | 0 | 0.25 | 0.55 | 0.62 | 32.83 | 0.38 | 0.28 |
| Hex | 61 | 49 | 2C | 0 | 19 | 37 | 3E | 21 | 26 | 1C |
| Octal | 141 | 111 | 54 | 0 | 31 | 67 | 76 | 41 | 46 | 34 |
| Binary | 1100001 | 1001001 | 101100 | 0 | 11001 | 110111 | 111110 | 100001 | 100110 | 11100 |
Color Harmonies of #61492C
Complementary color
Monochromatic Colors of #61492C
Black with #61492C
Text Example
Text Example
White with #61492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61492C; }
p { color: rgb(97,73,44); }
H1.HeaderClassName
{
color: #61492C;
}
.AnyTagClassName
{
color: #61492C;
}
</style>
background-color css
<style>
a { background-color: #61492C; }
a { background-color: rgb(97,73,44); }
div.DivClassName
{
background-color: #61492C;
}
.BgClassName
{
background-color: #61492C;
}
</style>
border-color css
<style>
span { border-color: #61492C; }
span { border-color: rgb(97,73,44); }
td.TdClassName
{
border-color: #61492C;
}
.TagClassName
{
border-color: #61492C;
}
</style>