Shades of Dallas #68492E
Tints of Dallas #68492E
RGB
CMYK
RGB Variations
Color information
#68492E (or 0x68492E) is known color: Dallas. HEX triplet: 68, 49 and 2E. RGB value is (104,73,46). Sum of RGB (Red+Green+Blue) = 104+73+46=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #68492E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68492E is #97B6D1. Grayscale: #4F4F4F. Windows color (decimal): -9942738 or 3033448. OLE color: 3033448.
HSL color Cylindrical-coordinate representation of color #68492E: hue angle of 27.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68492E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 46 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.59 |
| HSL | 27.93º | 0.39% | 0.29% | - |
| HSV(B) | 27.93º | 0.56% | 0.41% | - |
| XYZ | 8.58 | 7.91 | 3.66 | - |
| YUV | 79.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 46 | 0 | 0.30 | 0.56 | 0.59 | 27.93 | 0.39 | 0.29 |
| Hex | 68 | 49 | 2E | 0 | 1E | 38 | 3B | 1C | 27 | 1D |
| Octal | 150 | 111 | 56 | 0 | 36 | 70 | 73 | 34 | 47 | 35 |
| Binary | 1101000 | 1001001 | 101110 | 0 | 11110 | 111000 | 111011 | 11100 | 100111 | 11101 |
Color Harmonies of #68492E
Complementary color
Monochromatic Colors of #68492E
Black with #68492E
Text Example
Text Example
White with #68492E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68492E; }
p { color: rgb(104,73,46); }
H1.HeaderClassName
{
color: #68492E;
}
.AnyTagClassName
{
color: #68492E;
}
</style>
background-color css
<style>
a { background-color: #68492E; }
a { background-color: rgb(104,73,46); }
div.DivClassName
{
background-color: #68492E;
}
.BgClassName
{
background-color: #68492E;
}
</style>
border-color css
<style>
span { border-color: #68492E; }
span { border-color: rgb(104,73,46); }
td.TdClassName
{
border-color: #68492E;
}
.TagClassName
{
border-color: #68492E;
}
</style>