Shades of Dallas #604D32
Tints of Dallas #604D32
RGB
CMYK
RGB Variations
Color information
#604D32 (or 0x604D32) is known color: Dallas. HEX triplet: 60, 4D and 32. RGB value is (96,77,50). Sum of RGB (Red+Green+Blue) = 96+77+50=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #604D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D32 is #9FB2CD. Grayscale: #4F4F4F. Windows color (decimal): -10465998 or 3296608. OLE color: 3296608.
HSL color Cylindrical-coordinate representation of color #604D32: hue angle of 35.22º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604D32 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 50 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.62 |
| HSL | 35.22º | 0.32% | 0.29% | - |
| HSV(B) | 35.22º | 0.48% | 0.38% | - |
| XYZ | 8.05 | 8.02 | 4.14 | - |
| YUV | 79.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 50 | 0 | 0.20 | 0.48 | 0.62 | 35.22 | 0.32 | 0.29 |
| Hex | 60 | 4D | 32 | 0 | 14 | 30 | 3E | 23 | 20 | 1D |
| Octal | 140 | 115 | 62 | 0 | 24 | 60 | 76 | 43 | 40 | 35 |
| Binary | 1100000 | 1001101 | 110010 | 0 | 10100 | 110000 | 111110 | 100011 | 100000 | 11101 |
Color Harmonies of #604D32
Complementary color
Monochromatic Colors of #604D32
Black with #604D32
Text Example
Text Example
White with #604D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D32; }
p { color: rgb(96,77,50); }
H1.HeaderClassName
{
color: #604D32;
}
.AnyTagClassName
{
color: #604D32;
}
</style>
background-color css
<style>
a { background-color: #604D32; }
a { background-color: rgb(96,77,50); }
div.DivClassName
{
background-color: #604D32;
}
.BgClassName
{
background-color: #604D32;
}
</style>
border-color css
<style>
span { border-color: #604D32; }
span { border-color: rgb(96,77,50); }
td.TdClassName
{
border-color: #604D32;
}
.TagClassName
{
border-color: #604D32;
}
</style>