Shades of Dallas #684E31
Tints of Dallas #684E31
RGB
CMYK
RGB Variations
Color information
#684E31 (or 0x684E31) is known color: Dallas. HEX triplet: 68, 4E and 31. RGB value is (104,78,49). Sum of RGB (Red+Green+Blue) = 104+78+49=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 49 (19.53% from 255 or 21.21% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E31 is #97B1CE. Grayscale: #525252. Windows color (decimal): -9941455 or 3231336. OLE color: 3231336.
HSL color Cylindrical-coordinate representation of color #684E31: hue angle of 31.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #684E31 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 49 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.59 |
| HSL | 31.64º | 0.36% | 0.3% | - |
| HSV(B) | 31.64º | 0.53% | 0.41% | - |
| XYZ | 8.99 | 8.61 | 4.09 | - |
| YUV | 82.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 49 | 0 | 0.25 | 0.53 | 0.59 | 31.64 | 0.36 | 0.3 |
| Hex | 68 | 4E | 31 | 0 | 19 | 35 | 3B | 20 | 24 | 1E |
| Octal | 150 | 116 | 61 | 0 | 31 | 65 | 73 | 40 | 44 | 36 |
| Binary | 1101000 | 1001110 | 110001 | 0 | 11001 | 110101 | 111011 | 100000 | 100100 | 11110 |
Color Harmonies of #684E31
Complementary color
Monochromatic Colors of #684E31
Black with #684E31
Text Example
Text Example
White with #684E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E31; }
p { color: rgb(104,78,49); }
H1.HeaderClassName
{
color: #684E31;
}
.AnyTagClassName
{
color: #684E31;
}
</style>
background-color css
<style>
a { background-color: #684E31; }
a { background-color: rgb(104,78,49); }
div.DivClassName
{
background-color: #684E31;
}
.BgClassName
{
background-color: #684E31;
}
</style>
border-color css
<style>
span { border-color: #684E31; }
span { border-color: rgb(104,78,49); }
td.TdClassName
{
border-color: #684E31;
}
.TagClassName
{
border-color: #684E31;
}
</style>