Shades of Dallas #684E33
Tints of Dallas #684E33
RGB
CMYK
RGB Variations
Color information
#684E33 (or 0x684E33) is known color: Dallas. HEX triplet: 68, 4E and 33. RGB value is (104,78,51). Sum of RGB (Red+Green+Blue) = 104+78+51=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #684E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E33 is #97B1CC. Grayscale: #525252. Windows color (decimal): -9941453 or 3362408. OLE color: 3362408.
HSL color Cylindrical-coordinate representation of color #684E33: hue angle of 30.57º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684E33 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 78 | 51 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.59 |
| HSL | 30.57º | 0.34% | 0.3% | - |
| HSV(B) | 30.57º | 0.51% | 0.41% | - |
| XYZ | 9.03 | 8.63 | 4.32 | - |
| YUV | 82.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 78 | 51 | 0 | 0.25 | 0.51 | 0.59 | 30.57 | 0.34 | 0.3 |
| Hex | 68 | 4E | 33 | 0 | 19 | 33 | 3B | 1F | 22 | 1E |
| Octal | 150 | 116 | 63 | 0 | 31 | 63 | 73 | 37 | 42 | 36 |
| Binary | 1101000 | 1001110 | 110011 | 0 | 11001 | 110011 | 111011 | 11111 | 100010 | 11110 |
Color Harmonies of #684E33
Complementary color
Monochromatic Colors of #684E33
Black with #684E33
Text Example
Text Example
White with #684E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684E33; }
p { color: rgb(104,78,51); }
H1.HeaderClassName
{
color: #684E33;
}
.AnyTagClassName
{
color: #684E33;
}
</style>
background-color css
<style>
a { background-color: #684E33; }
a { background-color: rgb(104,78,51); }
div.DivClassName
{
background-color: #684E33;
}
.BgClassName
{
background-color: #684E33;
}
</style>
border-color css
<style>
span { border-color: #684E33; }
span { border-color: rgb(104,78,51); }
td.TdClassName
{
border-color: #684E33;
}
.TagClassName
{
border-color: #684E33;
}
</style>