Shades of Dallas #684D2D
Tints of Dallas #684D2D
RGB
CMYK
RGB Variations
Color information
#684D2D (or 0x684D2D) is known color: Dallas. HEX triplet: 68, 4D and 2D. RGB value is (104,77,45). Sum of RGB (Red+Green+Blue) = 104+77+45=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #684D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D2D is #97B2D2. Grayscale: #515151. Windows color (decimal): -9941715 or 2968936. OLE color: 2968936.
HSL color Cylindrical-coordinate representation of color #684D2D: hue angle of 32.54º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684D2D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 45 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.59 |
| HSL | 32.54º | 0.4% | 0.29% | - |
| HSV(B) | 32.54º | 0.57% | 0.41% | - |
| XYZ | 8.84 | 8.44 | 3.65 | - |
| YUV | 81.43 | 107.45 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 45 | 0 | 0.26 | 0.57 | 0.59 | 32.54 | 0.4 | 0.29 |
| Hex | 68 | 4D | 2D | 0 | 1A | 39 | 3B | 21 | 28 | 1D |
| Octal | 150 | 115 | 55 | 0 | 32 | 71 | 73 | 41 | 50 | 35 |
| Binary | 1101000 | 1001101 | 101101 | 0 | 11010 | 111001 | 111011 | 100001 | 101000 | 11101 |
Color Harmonies of #684D2D
Complementary color
Monochromatic Colors of #684D2D
Black with #684D2D
Text Example
Text Example
White with #684D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D2D; }
p { color: rgb(104,77,45); }
H1.HeaderClassName
{
color: #684D2D;
}
.AnyTagClassName
{
color: #684D2D;
}
</style>
background-color css
<style>
a { background-color: #684D2D; }
a { background-color: rgb(104,77,45); }
div.DivClassName
{
background-color: #684D2D;
}
.BgClassName
{
background-color: #684D2D;
}
</style>
border-color css
<style>
span { border-color: #684D2D; }
span { border-color: rgb(104,77,45); }
td.TdClassName
{
border-color: #684D2D;
}
.TagClassName
{
border-color: #684D2D;
}
</style>