Shades of Dallas #604A25
Tints of Dallas #604A25
RGB
CMYK
RGB Variations
Color information
#604A25 (or 0x604A25) is known color: Dallas. HEX triplet: 60, 4A and 25. RGB value is (96,74,37). Sum of RGB (Red+Green+Blue) = 96+74+37=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #604A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A25 is #9FB5DA. Grayscale: #4C4C4C. Windows color (decimal): -10466779 or 2443872. OLE color: 2443872.
HSL color Cylindrical-coordinate representation of color #604A25: hue angle of 37.63º 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 #604A25 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 37 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.62 |
| HSL | 37.63º | 0.44% | 0.26% | - |
| HSV(B) | 37.63º | 0.61% | 0.38% | - |
| XYZ | 7.61 | 7.52 | 2.8 | - |
| YUV | 76.36 | 105.79 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 37 | 0 | 0.23 | 0.61 | 0.62 | 37.63 | 0.44 | 0.26 |
| Hex | 60 | 4A | 25 | 0 | 17 | 3D | 3E | 26 | 2C | 1A |
| Octal | 140 | 112 | 45 | 0 | 27 | 75 | 76 | 46 | 54 | 32 |
| Binary | 1100000 | 1001010 | 100101 | 0 | 10111 | 111101 | 111110 | 100110 | 101100 | 11010 |
Color Harmonies of #604A25
Complementary color
Monochromatic Colors of #604A25
Black with #604A25
Text Example
Text Example
White with #604A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A25; }
p { color: rgb(96,74,37); }
H1.HeaderClassName
{
color: #604A25;
}
.AnyTagClassName
{
color: #604A25;
}
</style>
background-color css
<style>
a { background-color: #604A25; }
a { background-color: rgb(96,74,37); }
div.DivClassName
{
background-color: #604A25;
}
.BgClassName
{
background-color: #604A25;
}
</style>
border-color css
<style>
span { border-color: #604A25; }
span { border-color: rgb(96,74,37); }
td.TdClassName
{
border-color: #604A25;
}
.TagClassName
{
border-color: #604A25;
}
</style>