Shades of Dallas #68492C
Tints of Dallas #68492C
RGB
CMYK
RGB Variations
Color information
#68492C (or 0x68492C) is known color: Dallas. HEX triplet: 68, 49 and 2C. RGB value is (104,73,44). Sum of RGB (Red+Green+Blue) = 104+73+44=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492C is #97B6D3. Grayscale: #4F4F4F. Windows color (decimal): -9942740 or 2902376. OLE color: 2902376.
HSL color Cylindrical-coordinate representation of color #68492C: hue angle of 29º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68492C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 44 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.59 |
| HSL | 29º | 0.41% | 0.29% | - |
| HSV(B) | 29º | 0.58% | 0.41% | - |
| XYZ | 8.55 | 7.89 | 3.46 | - |
| YUV | 78.96 | 108.27 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 44 | 0 | 0.30 | 0.58 | 0.59 | 29 | 0.41 | 0.29 |
| Hex | 68 | 49 | 2C | 0 | 1E | 3A | 3B | 1D | 29 | 1D |
| Octal | 150 | 111 | 54 | 0 | 36 | 72 | 73 | 35 | 51 | 35 |
| Binary | 1101000 | 1001001 | 101100 | 0 | 11110 | 111010 | 111011 | 11101 | 101001 | 11101 |
Color Harmonies of #68492C
Complementary color
Monochromatic Colors of #68492C
Black with #68492C
Text Example
Text Example
White with #68492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68492C; }
p { color: rgb(104,73,44); }
H1.HeaderClassName
{
color: #68492C;
}
.AnyTagClassName
{
color: #68492C;
}
</style>
background-color css
<style>
a { background-color: #68492C; }
a { background-color: rgb(104,73,44); }
div.DivClassName
{
background-color: #68492C;
}
.BgClassName
{
background-color: #68492C;
}
</style>
border-color css
<style>
span { border-color: #68492C; }
span { border-color: rgb(104,73,44); }
td.TdClassName
{
border-color: #68492C;
}
.TagClassName
{
border-color: #68492C;
}
</style>