Shades of Dallas #684F2E
Tints of Dallas #684F2E
RGB
CMYK
RGB Variations
Color information
#684F2E (or 0x684F2E) is known color: Dallas. HEX triplet: 68, 4F and 2E. RGB value is (104,79,46). Sum of RGB (Red+Green+Blue) = 104+79+46=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #684F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F2E is #97B0D1. Grayscale: #525252. Windows color (decimal): -9941202 or 3034984. OLE color: 3034984.
HSL color Cylindrical-coordinate representation of color #684F2E: hue angle of 34.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #684F2E is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 46 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.59 |
| HSL | 34.14º | 0.39% | 0.29% | - |
| HSV(B) | 34.14º | 0.56% | 0.41% | - |
| XYZ | 9 | 8.73 | 3.8 | - |
| YUV | 82.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 46 | 0 | 0.24 | 0.56 | 0.59 | 34.14 | 0.39 | 0.29 |
| Hex | 68 | 4F | 2E | 0 | 18 | 38 | 3B | 22 | 27 | 1D |
| Octal | 150 | 117 | 56 | 0 | 30 | 70 | 73 | 42 | 47 | 35 |
| Binary | 1101000 | 1001111 | 101110 | 0 | 11000 | 111000 | 111011 | 100010 | 100111 | 11101 |
Color Harmonies of #684F2E
Complementary color
Monochromatic Colors of #684F2E
Black with #684F2E
Text Example
Text Example
White with #684F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F2E; }
p { color: rgb(104,79,46); }
H1.HeaderClassName
{
color: #684F2E;
}
.AnyTagClassName
{
color: #684F2E;
}
</style>
background-color css
<style>
a { background-color: #684F2E; }
a { background-color: rgb(104,79,46); }
div.DivClassName
{
background-color: #684F2E;
}
.BgClassName
{
background-color: #684F2E;
}
</style>
border-color css
<style>
span { border-color: #684F2E; }
span { border-color: rgb(104,79,46); }
td.TdClassName
{
border-color: #684F2E;
}
.TagClassName
{
border-color: #684F2E;
}
</style>