Shades of Dallas #684F33
Tints of Dallas #684F33
RGB
CMYK
RGB Variations
Color information
#684F33 (or 0x684F33) is known color: Dallas. HEX triplet: 68, 4F and 33. RGB value is (104,79,51). Sum of RGB (Red+Green+Blue) = 104+79+51=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #684F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F33 is #97B0CC. Grayscale: #535353. Windows color (decimal): -9941197 or 3362664. OLE color: 3362664.
HSL color Cylindrical-coordinate representation of color #684F33: hue angle of 31.7º 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 #684F33 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 51 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.59 |
| HSL | 31.7º | 0.34% | 0.3% | - |
| HSV(B) | 31.7º | 0.51% | 0.41% | - |
| XYZ | 9.1 | 8.77 | 4.35 | - |
| YUV | 83.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 51 | 0 | 0.24 | 0.51 | 0.59 | 31.7 | 0.34 | 0.3 |
| Hex | 68 | 4F | 33 | 0 | 18 | 33 | 3B | 20 | 22 | 1E |
| Octal | 150 | 117 | 63 | 0 | 30 | 63 | 73 | 40 | 42 | 36 |
| Binary | 1101000 | 1001111 | 110011 | 0 | 11000 | 110011 | 111011 | 100000 | 100010 | 11110 |
Color Harmonies of #684F33
Complementary color
Monochromatic Colors of #684F33
Black with #684F33
Text Example
Text Example
White with #684F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F33; }
p { color: rgb(104,79,51); }
H1.HeaderClassName
{
color: #684F33;
}
.AnyTagClassName
{
color: #684F33;
}
</style>
background-color css
<style>
a { background-color: #684F33; }
a { background-color: rgb(104,79,51); }
div.DivClassName
{
background-color: #684F33;
}
.BgClassName
{
background-color: #684F33;
}
</style>
border-color css
<style>
span { border-color: #684F33; }
span { border-color: rgb(104,79,51); }
td.TdClassName
{
border-color: #684F33;
}
.TagClassName
{
border-color: #684F33;
}
</style>