Shades of Dallas #604B2D
Tints of Dallas #604B2D
RGB
CMYK
RGB Variations
Color information
#604B2D (or 0x604B2D) is known color: Dallas. HEX triplet: 60, 4B and 2D. RGB value is (96,75,45). Sum of RGB (Red+Green+Blue) = 96+75+45=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #604B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B2D is #9FB4D2. Grayscale: #4E4E4E. Windows color (decimal): -10466515 or 2968416. OLE color: 2968416.
HSL color Cylindrical-coordinate representation of color #604B2D: hue angle of 35.29º 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 #604B2D is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 75 | 45 | - |
| CMYK | 0 | 0.22 | 0.53 | 0.62 |
| HSL | 35.29º | 0.36% | 0.28% | - |
| HSV(B) | 35.29º | 0.53% | 0.38% | - |
| XYZ | 7.81 | 7.71 | 3.56 | - |
| YUV | 77.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 45 | 0 | 0.22 | 0.53 | 0.62 | 35.29 | 0.36 | 0.28 |
| Hex | 60 | 4B | 2D | 0 | 16 | 35 | 3E | 23 | 24 | 1C |
| Octal | 140 | 113 | 55 | 0 | 26 | 65 | 76 | 43 | 44 | 34 |
| Binary | 1100000 | 1001011 | 101101 | 0 | 10110 | 110101 | 111110 | 100011 | 100100 | 11100 |
Color Harmonies of #604B2D
Complementary color
Monochromatic Colors of #604B2D
Black with #604B2D
Text Example
Text Example
White with #604B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B2D; }
p { color: rgb(96,75,45); }
H1.HeaderClassName
{
color: #604B2D;
}
.AnyTagClassName
{
color: #604B2D;
}
</style>
background-color css
<style>
a { background-color: #604B2D; }
a { background-color: rgb(96,75,45); }
div.DivClassName
{
background-color: #604B2D;
}
.BgClassName
{
background-color: #604B2D;
}
</style>
border-color css
<style>
span { border-color: #604B2D; }
span { border-color: rgb(96,75,45); }
td.TdClassName
{
border-color: #604B2D;
}
.TagClassName
{
border-color: #604B2D;
}
</style>