Shades of Dallas #684F31
Tints of Dallas #684F31
RGB
CMYK
RGB Variations
Color information
#684F31 (or 0x684F31) is known color: Dallas. HEX triplet: 68, 4F and 31. RGB value is (104,79,49). Sum of RGB (Red+Green+Blue) = 104+79+49=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F31 is #97B0CE. Grayscale: #535353. Windows color (decimal): -9941199 or 3231592. OLE color: 3231592.
HSL color Cylindrical-coordinate representation of color #684F31: hue angle of 32.73º 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 #684F31 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 49 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.59 |
| HSL | 32.73º | 0.36% | 0.3% | - |
| HSV(B) | 32.73º | 0.53% | 0.41% | - |
| XYZ | 9.06 | 8.76 | 4.12 | - |
| YUV | 83.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 49 | 0 | 0.24 | 0.53 | 0.59 | 32.73 | 0.36 | 0.3 |
| Hex | 68 | 4F | 31 | 0 | 18 | 35 | 3B | 21 | 24 | 1E |
| Octal | 150 | 117 | 61 | 0 | 30 | 65 | 73 | 41 | 44 | 36 |
| Binary | 1101000 | 1001111 | 110001 | 0 | 11000 | 110101 | 111011 | 100001 | 100100 | 11110 |
Color Harmonies of #684F31
Complementary color
Monochromatic Colors of #684F31
Black with #684F31
Text Example
Text Example
White with #684F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F31; }
p { color: rgb(104,79,49); }
H1.HeaderClassName
{
color: #684F31;
}
.AnyTagClassName
{
color: #684F31;
}
</style>
background-color css
<style>
a { background-color: #684F31; }
a { background-color: rgb(104,79,49); }
div.DivClassName
{
background-color: #684F31;
}
.BgClassName
{
background-color: #684F31;
}
</style>
border-color css
<style>
span { border-color: #684F31; }
span { border-color: rgb(104,79,49); }
td.TdClassName
{
border-color: #684F31;
}
.TagClassName
{
border-color: #684F31;
}
</style>