Shades of Dallas #614A27
Tints of Dallas #614A27
RGB
CMYK
RGB Variations
Color information
#614A27 (or 0x614A27) is known color: Dallas. HEX triplet: 61, 4A and 27. RGB value is (97,74,39). Sum of RGB (Red+Green+Blue) = 97+74+39=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A27 is #9EB5D8. Grayscale: #4D4D4D. Windows color (decimal): -10401241 or 2574945. OLE color: 2574945.
HSL color Cylindrical-coordinate representation of color #614A27: hue angle of 36.21º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #614A27 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 39 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.62 |
| HSL | 36.21º | 0.43% | 0.27% | - |
| HSV(B) | 36.21º | 0.6% | 0.38% | - |
| XYZ | 7.74 | 7.59 | 2.98 | - |
| YUV | 76.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 39 | 0 | 0.24 | 0.60 | 0.62 | 36.21 | 0.43 | 0.27 |
| Hex | 61 | 4A | 27 | 0 | 18 | 3C | 3E | 24 | 2B | 1B |
| Octal | 141 | 112 | 47 | 0 | 30 | 74 | 76 | 44 | 53 | 33 |
| Binary | 1100001 | 1001010 | 100111 | 0 | 11000 | 111100 | 111110 | 100100 | 101011 | 11011 |
Color Harmonies of #614A27
Complementary color
Monochromatic Colors of #614A27
Black with #614A27
Text Example
Text Example
White with #614A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A27; }
p { color: rgb(97,74,39); }
H1.HeaderClassName
{
color: #614A27;
}
.AnyTagClassName
{
color: #614A27;
}
</style>
background-color css
<style>
a { background-color: #614A27; }
a { background-color: rgb(97,74,39); }
div.DivClassName
{
background-color: #614A27;
}
.BgClassName
{
background-color: #614A27;
}
</style>
border-color css
<style>
span { border-color: #614A27; }
span { border-color: rgb(97,74,39); }
td.TdClassName
{
border-color: #614A27;
}
.TagClassName
{
border-color: #614A27;
}
</style>