Shades of Dallas #604D2F
Tints of Dallas #604D2F
RGB
CMYK
RGB Variations
Color information
#604D2F (or 0x604D2F) is known color: Dallas. HEX triplet: 60, 4D and 2F. RGB value is (96,77,47). Sum of RGB (Red+Green+Blue) = 96+77+47=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #604D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D2F is #9FB2D0. Grayscale: #4F4F4F. Windows color (decimal): -10466001 or 3100000. OLE color: 3100000.
HSL color Cylindrical-coordinate representation of color #604D2F: hue angle of 36.73º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #604D2F is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 47 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.62 |
| HSL | 36.73º | 0.34% | 0.28% | - |
| HSV(B) | 36.73º | 0.51% | 0.38% | - |
| XYZ | 7.99 | 8 | 3.81 | - |
| YUV | 79.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 47 | 0 | 0.20 | 0.51 | 0.62 | 36.73 | 0.34 | 0.28 |
| Hex | 60 | 4D | 2F | 0 | 14 | 33 | 3E | 25 | 22 | 1C |
| Octal | 140 | 115 | 57 | 0 | 24 | 63 | 76 | 45 | 42 | 34 |
| Binary | 1100000 | 1001101 | 101111 | 0 | 10100 | 110011 | 111110 | 100101 | 100010 | 11100 |
Color Harmonies of #604D2F
Complementary color
Monochromatic Colors of #604D2F
Black with #604D2F
Text Example
Text Example
White with #604D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D2F; }
p { color: rgb(96,77,47); }
H1.HeaderClassName
{
color: #604D2F;
}
.AnyTagClassName
{
color: #604D2F;
}
</style>
background-color css
<style>
a { background-color: #604D2F; }
a { background-color: rgb(96,77,47); }
div.DivClassName
{
background-color: #604D2F;
}
.BgClassName
{
background-color: #604D2F;
}
</style>
border-color css
<style>
span { border-color: #604D2F; }
span { border-color: rgb(96,77,47); }
td.TdClassName
{
border-color: #604D2F;
}
.TagClassName
{
border-color: #604D2F;
}
</style>