Shades of Dallas #604B32
Tints of Dallas #604B32
RGB
CMYK
RGB Variations
Color information
#604B32 (or 0x604B32) is known color: Dallas. HEX triplet: 60, 4B and 32. RGB value is (96,75,50). Sum of RGB (Red+Green+Blue) = 96+75+50=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #604B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604B32 is #9FB4CD. Grayscale: #4E4E4E. Windows color (decimal): -10466510 or 3296096. OLE color: 3296096.
HSL color Cylindrical-coordinate representation of color #604B32: hue angle of 32.61º 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 #604B32 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 75 | 50 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.62 |
| HSL | 32.61º | 0.32% | 0.29% | - |
| HSV(B) | 32.61º | 0.48% | 0.38% | - |
| XYZ | 7.92 | 7.75 | 4.1 | - |
| YUV | 78.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 75 | 50 | 0 | 0.22 | 0.48 | 0.62 | 32.61 | 0.32 | 0.29 |
| Hex | 60 | 4B | 32 | 0 | 16 | 30 | 3E | 21 | 20 | 1D |
| Octal | 140 | 113 | 62 | 0 | 26 | 60 | 76 | 41 | 40 | 35 |
| Binary | 1100000 | 1001011 | 110010 | 0 | 10110 | 110000 | 111110 | 100001 | 100000 | 11101 |
Color Harmonies of #604B32
Complementary color
Monochromatic Colors of #604B32
Black with #604B32
Text Example
Text Example
White with #604B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B32; }
p { color: rgb(96,75,50); }
H1.HeaderClassName
{
color: #604B32;
}
.AnyTagClassName
{
color: #604B32;
}
</style>
background-color css
<style>
a { background-color: #604B32; }
a { background-color: rgb(96,75,50); }
div.DivClassName
{
background-color: #604B32;
}
.BgClassName
{
background-color: #604B32;
}
</style>
border-color css
<style>
span { border-color: #604B32; }
span { border-color: rgb(96,75,50); }
td.TdClassName
{
border-color: #604B32;
}
.TagClassName
{
border-color: #604B32;
}
</style>