Shades of Dallas #614A30
Tints of Dallas #614A30
RGB
CMYK
RGB Variations
Color information
#614A30 (or 0x614A30) is known color: Dallas. HEX triplet: 61, 4A and 30. RGB value is (97,74,48). Sum of RGB (Red+Green+Blue) = 97+74+48=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #614A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A30 is #9EB5CF. Grayscale: #4E4E4E. Windows color (decimal): -10401232 or 3164769. OLE color: 3164769.
HSL color Cylindrical-coordinate representation of color #614A30: hue angle of 31.84º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #614A30 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 48 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.62 |
| HSL | 31.84º | 0.34% | 0.28% | - |
| HSV(B) | 31.84º | 0.51% | 0.38% | - |
| XYZ | 7.91 | 7.65 | 3.86 | - |
| YUV | 77.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 48 | 0 | 0.24 | 0.51 | 0.62 | 31.84 | 0.34 | 0.28 |
| Hex | 61 | 4A | 30 | 0 | 18 | 33 | 3E | 20 | 22 | 1C |
| Octal | 141 | 112 | 60 | 0 | 30 | 63 | 76 | 40 | 42 | 34 |
| Binary | 1100001 | 1001010 | 110000 | 0 | 11000 | 110011 | 111110 | 100000 | 100010 | 11100 |
Color Harmonies of #614A30
Complementary color
Monochromatic Colors of #614A30
Black with #614A30
Text Example
Text Example
White with #614A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A30; }
p { color: rgb(97,74,48); }
H1.HeaderClassName
{
color: #614A30;
}
.AnyTagClassName
{
color: #614A30;
}
</style>
background-color css
<style>
a { background-color: #614A30; }
a { background-color: rgb(97,74,48); }
div.DivClassName
{
background-color: #614A30;
}
.BgClassName
{
background-color: #614A30;
}
</style>
border-color css
<style>
span { border-color: #614A30; }
span { border-color: rgb(97,74,48); }
td.TdClassName
{
border-color: #614A30;
}
.TagClassName
{
border-color: #614A30;
}
</style>