Shades of Dallas #614A25
Tints of Dallas #614A25
RGB
CMYK
RGB Variations
Color information
#614A25 (or 0x614A25) is known color: Dallas. HEX triplet: 61, 4A and 25. RGB value is (97,74,37). Sum of RGB (Red+Green+Blue) = 97+74+37=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 37 (14.84% from 255 or 17.79% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A25 is #9EB5DA. Grayscale: #4C4C4C. Windows color (decimal): -10401243 or 2443873. OLE color: 2443873.
HSL color Cylindrical-coordinate representation of color #614A25: hue angle of 37º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #614A25 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 74 | 37 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.62 |
| HSL | 37º | 0.45% | 0.26% | - |
| HSV(B) | 37º | 0.62% | 0.38% | - |
| XYZ | 7.71 | 7.57 | 2.81 | - |
| YUV | 76.66 | 105.62 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 74 | 37 | 0 | 0.24 | 0.62 | 0.62 | 37 | 0.45 | 0.26 |
| Hex | 61 | 4A | 25 | 0 | 18 | 3E | 3E | 25 | 2D | 1A |
| Octal | 141 | 112 | 45 | 0 | 30 | 76 | 76 | 45 | 55 | 32 |
| Binary | 1100001 | 1001010 | 100101 | 0 | 11000 | 111110 | 111110 | 100101 | 101101 | 11010 |
Color Harmonies of #614A25
Complementary color
Monochromatic Colors of #614A25
Black with #614A25
Text Example
Text Example
White with #614A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614A25; }
p { color: rgb(97,74,37); }
H1.HeaderClassName
{
color: #614A25;
}
.AnyTagClassName
{
color: #614A25;
}
</style>
background-color css
<style>
a { background-color: #614A25; }
a { background-color: rgb(97,74,37); }
div.DivClassName
{
background-color: #614A25;
}
.BgClassName
{
background-color: #614A25;
}
</style>
border-color css
<style>
span { border-color: #614A25; }
span { border-color: rgb(97,74,37); }
td.TdClassName
{
border-color: #614A25;
}
.TagClassName
{
border-color: #614A25;
}
</style>