Shades of Dallas #684E2C
Tints of Dallas #684E2C
RGB
CMYK
RGB Variations
Color information
#684E2C (or 0x684E2C) is known color: Dallas. HEX triplet: 68, 4E and 2C. RGB value is (104,78,44). Sum of RGB (Red+Green+Blue) = 104+78+44=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E2C is #97B1D3. Grayscale: #525252. Windows color (decimal): -9941460 or 2903656. OLE color: 2903656.
HSL color Cylindrical-coordinate representation of color #684E2C: hue angle of 34º 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 #684E2C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 44 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.59 |
| HSL | 34º | 0.41% | 0.29% | - |
| HSV(B) | 34º | 0.58% | 0.41% | - |
| XYZ | 8.89 | 8.57 | 3.57 | - |
| YUV | 81.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 44 | 0 | 0.25 | 0.58 | 0.59 | 34 | 0.41 | 0.29 |
| Hex | 68 | 4E | 2C | 0 | 19 | 3A | 3B | 22 | 29 | 1D |
| Octal | 150 | 116 | 54 | 0 | 31 | 72 | 73 | 42 | 51 | 35 |
| Binary | 1101000 | 1001110 | 101100 | 0 | 11001 | 111010 | 111011 | 100010 | 101001 | 11101 |
Color Harmonies of #684E2C
Complementary color
Monochromatic Colors of #684E2C
Black with #684E2C
Text Example
Text Example
White with #684E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E2C; }
p { color: rgb(104,78,44); }
H1.HeaderClassName
{
color: #684E2C;
}
.AnyTagClassName
{
color: #684E2C;
}
</style>
background-color css
<style>
a { background-color: #684E2C; }
a { background-color: rgb(104,78,44); }
div.DivClassName
{
background-color: #684E2C;
}
.BgClassName
{
background-color: #684E2C;
}
</style>
border-color css
<style>
span { border-color: #684E2C; }
span { border-color: rgb(104,78,44); }
td.TdClassName
{
border-color: #684E2C;
}
.TagClassName
{
border-color: #684E2C;
}
</style>