Shades of Dallas #604A2D
Tints of Dallas #604A2D
RGB
CMYK
RGB Variations
Color information
#604A2D (or 0x604A2D) is known color: Dallas. HEX triplet: 60, 4A and 2D. RGB value is (96,74,45). Sum of RGB (Red+Green+Blue) = 96+74+45=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A2D is #9FB5D2. Grayscale: #4D4D4D. Windows color (decimal): -10466771 or 2968160. OLE color: 2968160.
HSL color Cylindrical-coordinate representation of color #604A2D: hue angle of 34.12º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #604A2D is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 45 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.62 |
| HSL | 34.12º | 0.36% | 0.28% | - |
| HSV(B) | 34.12º | 0.53% | 0.38% | - |
| XYZ | 7.75 | 7.57 | 3.54 | - |
| YUV | 77.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 45 | 0 | 0.23 | 0.53 | 0.62 | 34.12 | 0.36 | 0.28 |
| Hex | 60 | 4A | 2D | 0 | 17 | 35 | 3E | 22 | 24 | 1C |
| Octal | 140 | 112 | 55 | 0 | 27 | 65 | 76 | 42 | 44 | 34 |
| Binary | 1100000 | 1001010 | 101101 | 0 | 10111 | 110101 | 111110 | 100010 | 100100 | 11100 |
Color Harmonies of #604A2D
Complementary color
Monochromatic Colors of #604A2D
Black with #604A2D
Text Example
Text Example
White with #604A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A2D; }
p { color: rgb(96,74,45); }
H1.HeaderClassName
{
color: #604A2D;
}
.AnyTagClassName
{
color: #604A2D;
}
</style>
background-color css
<style>
a { background-color: #604A2D; }
a { background-color: rgb(96,74,45); }
div.DivClassName
{
background-color: #604A2D;
}
.BgClassName
{
background-color: #604A2D;
}
</style>
border-color css
<style>
span { border-color: #604A2D; }
span { border-color: rgb(96,74,45); }
td.TdClassName
{
border-color: #604A2D;
}
.TagClassName
{
border-color: #604A2D;
}
</style>