Shades of Dallas #604C30
Tints of Dallas #604C30
RGB
CMYK
RGB Variations
Color information
#604C30 (or 0x604C30) is known color: Dallas. HEX triplet: 60, 4C and 30. RGB value is (96,76,48). Sum of RGB (Red+Green+Blue) = 96+76+48=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #604C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C30 is #9FB3CF. Grayscale: #4E4E4E. Windows color (decimal): -10466256 or 3165280. OLE color: 3165280.
HSL color Cylindrical-coordinate representation of color #604C30: hue angle of 35º 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 #604C30 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 48 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.62 |
| HSL | 35º | 0.33% | 0.28% | - |
| HSV(B) | 35º | 0.5% | 0.38% | - |
| XYZ | 7.94 | 7.87 | 3.9 | - |
| YUV | 78.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 48 | 0 | 0.21 | 0.50 | 0.62 | 35 | 0.33 | 0.28 |
| Hex | 60 | 4C | 30 | 0 | 15 | 32 | 3E | 23 | 21 | 1C |
| Octal | 140 | 114 | 60 | 0 | 25 | 62 | 76 | 43 | 41 | 34 |
| Binary | 1100000 | 1001100 | 110000 | 0 | 10101 | 110010 | 111110 | 100011 | 100001 | 11100 |
Color Harmonies of #604C30
Complementary color
Monochromatic Colors of #604C30
Black with #604C30
Text Example
Text Example
White with #604C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C30; }
p { color: rgb(96,76,48); }
H1.HeaderClassName
{
color: #604C30;
}
.AnyTagClassName
{
color: #604C30;
}
</style>
background-color css
<style>
a { background-color: #604C30; }
a { background-color: rgb(96,76,48); }
div.DivClassName
{
background-color: #604C30;
}
.BgClassName
{
background-color: #604C30;
}
</style>
border-color css
<style>
span { border-color: #604C30; }
span { border-color: rgb(96,76,48); }
td.TdClassName
{
border-color: #604C30;
}
.TagClassName
{
border-color: #604C30;
}
</style>