Shades of Dallas #684A2D
Tints of Dallas #684A2D
RGB
CMYK
RGB Variations
Color information
#684A2D (or 0x684A2D) is known color: Dallas. HEX triplet: 68, 4A and 2D. RGB value is (104,74,45). Sum of RGB (Red+Green+Blue) = 104+74+45=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A2D is #97B5D2. Grayscale: #4F4F4F. Windows color (decimal): -9942483 or 2968168. OLE color: 2968168.
HSL color Cylindrical-coordinate representation of color #684A2D: hue angle of 29.49º 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 #684A2D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 74 | 45 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.59 |
| HSL | 29.49º | 0.4% | 0.29% | - |
| HSV(B) | 29.49º | 0.57% | 0.41% | - |
| XYZ | 8.63 | 8.03 | 3.58 | - |
| YUV | 79.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 74 | 45 | 0 | 0.29 | 0.57 | 0.59 | 29.49 | 0.4 | 0.29 |
| Hex | 68 | 4A | 2D | 0 | 1D | 39 | 3B | 1D | 28 | 1D |
| Octal | 150 | 112 | 55 | 0 | 35 | 71 | 73 | 35 | 50 | 35 |
| Binary | 1101000 | 1001010 | 101101 | 0 | 11101 | 111001 | 111011 | 11101 | 101000 | 11101 |
Color Harmonies of #684A2D
Complementary color
Monochromatic Colors of #684A2D
Black with #684A2D
Text Example
Text Example
White with #684A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684A2D; }
p { color: rgb(104,74,45); }
H1.HeaderClassName
{
color: #684A2D;
}
.AnyTagClassName
{
color: #684A2D;
}
</style>
background-color css
<style>
a { background-color: #684A2D; }
a { background-color: rgb(104,74,45); }
div.DivClassName
{
background-color: #684A2D;
}
.BgClassName
{
background-color: #684A2D;
}
</style>
border-color css
<style>
span { border-color: #684A2D; }
span { border-color: rgb(104,74,45); }
td.TdClassName
{
border-color: #684A2D;
}
.TagClassName
{
border-color: #684A2D;
}
</style>