Shades of Dallas #684F2F
Tints of Dallas #684F2F
RGB
CMYK
RGB Variations
Color information
#684F2F (or 0x684F2F) is known color: Dallas. HEX triplet: 68, 4F and 2F. RGB value is (104,79,47). Sum of RGB (Red+Green+Blue) = 104+79+47=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #684F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F2F is #97B0D0. Grayscale: #525252. Windows color (decimal): -9941201 or 3100520. OLE color: 3100520.
HSL color Cylindrical-coordinate representation of color #684F2F: hue angle of 33.68º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #684F2F is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 79 | 47 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.59 |
| HSL | 33.68º | 0.38% | 0.3% | - |
| HSV(B) | 33.68º | 0.55% | 0.41% | - |
| XYZ | 9.02 | 8.74 | 3.9 | - |
| YUV | 82.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 79 | 47 | 0 | 0.24 | 0.55 | 0.59 | 33.68 | 0.38 | 0.3 |
| Hex | 68 | 4F | 2F | 0 | 18 | 37 | 3B | 22 | 26 | 1E |
| Octal | 150 | 117 | 57 | 0 | 30 | 67 | 73 | 42 | 46 | 36 |
| Binary | 1101000 | 1001111 | 101111 | 0 | 11000 | 110111 | 111011 | 100010 | 100110 | 11110 |
Color Harmonies of #684F2F
Complementary color
Monochromatic Colors of #684F2F
Black with #684F2F
Text Example
Text Example
White with #684F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684F2F; }
p { color: rgb(104,79,47); }
H1.HeaderClassName
{
color: #684F2F;
}
.AnyTagClassName
{
color: #684F2F;
}
</style>
background-color css
<style>
a { background-color: #684F2F; }
a { background-color: rgb(104,79,47); }
div.DivClassName
{
background-color: #684F2F;
}
.BgClassName
{
background-color: #684F2F;
}
</style>
border-color css
<style>
span { border-color: #684F2F; }
span { border-color: rgb(104,79,47); }
td.TdClassName
{
border-color: #684F2F;
}
.TagClassName
{
border-color: #684F2F;
}
</style>