Shades of Dallas #604A30
Tints of Dallas #604A30
RGB
CMYK
RGB Variations
Color information
#604A30 (or 0x604A30) is known color: Dallas. HEX triplet: 60, 4A and 30. RGB value is (96,74,48). Sum of RGB (Red+Green+Blue) = 96+74+48=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 96 - color contains mainly: red. Hex color #604A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A30 is #9FB5CF. Grayscale: #4D4D4D. Windows color (decimal): -10466768 or 3164768. OLE color: 3164768.
HSL color Cylindrical-coordinate representation of color #604A30: hue angle of 32.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604A30 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 48 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.62 |
| HSL | 32.5º | 0.33% | 0.28% | - |
| HSV(B) | 32.5º | 0.5% | 0.38% | - |
| XYZ | 7.81 | 7.6 | 3.85 | - |
| YUV | 77.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 48 | 0 | 0.23 | 0.50 | 0.62 | 32.5 | 0.33 | 0.28 |
| Hex | 60 | 4A | 30 | 0 | 17 | 32 | 3E | 20 | 21 | 1C |
| Octal | 140 | 112 | 60 | 0 | 27 | 62 | 76 | 40 | 41 | 34 |
| Binary | 1100000 | 1001010 | 110000 | 0 | 10111 | 110010 | 111110 | 100000 | 100001 | 11100 |
Color Harmonies of #604A30
Complementary color
Monochromatic Colors of #604A30
Black with #604A30
Text Example
Text Example
White with #604A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A30; }
p { color: rgb(96,74,48); }
H1.HeaderClassName
{
color: #604A30;
}
.AnyTagClassName
{
color: #604A30;
}
</style>
background-color css
<style>
a { background-color: #604A30; }
a { background-color: rgb(96,74,48); }
div.DivClassName
{
background-color: #604A30;
}
.BgClassName
{
background-color: #604A30;
}
</style>
border-color css
<style>
span { border-color: #604A30; }
span { border-color: rgb(96,74,48); }
td.TdClassName
{
border-color: #604A30;
}
.TagClassName
{
border-color: #604A30;
}
</style>