Shades of Dallas #614A31
Tints of Dallas #614A31
RGB
CMYK
RGB Variations
Color information
#614A31 (or 0x614A31) is known color: Dallas. HEX triplet: 61, 4A and 31. RGB value is (97,74,49). Sum of RGB (Red+Green+Blue) = 97+74+49=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #614A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A31 is #9EB5CE. Grayscale: #4E4E4E. Windows color (decimal): -10401231 or 3230305. OLE color: 3230305.
HSL color Cylindrical-coordinate representation of color #614A31: hue angle of 31.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614A31 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 49 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.62 |
| HSL | 31.25º | 0.33% | 0.29% | - |
| HSV(B) | 31.25º | 0.49% | 0.38% | - |
| XYZ | 7.93 | 7.66 | 3.97 | - |
| YUV | 78.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 49 | 0 | 0.24 | 0.49 | 0.62 | 31.25 | 0.33 | 0.29 |
| Hex | 61 | 4A | 31 | 0 | 18 | 31 | 3E | 1F | 21 | 1D |
| Octal | 141 | 112 | 61 | 0 | 30 | 61 | 76 | 37 | 41 | 35 |
| Binary | 1100001 | 1001010 | 110001 | 0 | 11000 | 110001 | 111110 | 11111 | 100001 | 11101 |
Color Harmonies of #614A31
Complementary color
Monochromatic Colors of #614A31
Black with #614A31
Text Example
Text Example
White with #614A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A31; }
p { color: rgb(97,74,49); }
H1.HeaderClassName
{
color: #614A31;
}
.AnyTagClassName
{
color: #614A31;
}
</style>
background-color css
<style>
a { background-color: #614A31; }
a { background-color: rgb(97,74,49); }
div.DivClassName
{
background-color: #614A31;
}
.BgClassName
{
background-color: #614A31;
}
</style>
border-color css
<style>
span { border-color: #614A31; }
span { border-color: rgb(97,74,49); }
td.TdClassName
{
border-color: #614A31;
}
.TagClassName
{
border-color: #614A31;
}
</style>