Shades of Dallas #614A26
Tints of Dallas #614A26
RGB
CMYK
RGB Variations
Color information
#614A26 (or 0x614A26) is known color: Dallas. HEX triplet: 61, 4A and 26. RGB value is (97,74,38). Sum of RGB (Red+Green+Blue) = 97+74+38=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 38 (15.23% from 255 or 18.18% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A26 is #9EB5D9. Grayscale: #4C4C4C. Windows color (decimal): -10401242 or 2509409. OLE color: 2509409.
HSL color Cylindrical-coordinate representation of color #614A26: hue angle of 36.61º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614A26 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 38 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.62 |
| HSL | 36.61º | 0.44% | 0.26% | - |
| HSV(B) | 36.61º | 0.61% | 0.38% | - |
| XYZ | 7.73 | 7.58 | 2.89 | - |
| YUV | 76.77 | 106.12 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 38 | 0 | 0.24 | 0.61 | 0.62 | 36.61 | 0.44 | 0.26 |
| Hex | 61 | 4A | 26 | 0 | 18 | 3D | 3E | 25 | 2C | 1A |
| Octal | 141 | 112 | 46 | 0 | 30 | 75 | 76 | 45 | 54 | 32 |
| Binary | 1100001 | 1001010 | 100110 | 0 | 11000 | 111101 | 111110 | 100101 | 101100 | 11010 |
Color Harmonies of #614A26
Complementary color
Monochromatic Colors of #614A26
Black with #614A26
Text Example
Text Example
White with #614A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A26; }
p { color: rgb(97,74,38); }
H1.HeaderClassName
{
color: #614A26;
}
.AnyTagClassName
{
color: #614A26;
}
</style>
background-color css
<style>
a { background-color: #614A26; }
a { background-color: rgb(97,74,38); }
div.DivClassName
{
background-color: #614A26;
}
.BgClassName
{
background-color: #614A26;
}
</style>
border-color css
<style>
span { border-color: #614A26; }
span { border-color: rgb(97,74,38); }
td.TdClassName
{
border-color: #614A26;
}
.TagClassName
{
border-color: #614A26;
}
</style>