Shades of Dallas #684C2D
Tints of Dallas #684C2D
RGB
CMYK
RGB Variations
Color information
#684C2D (or 0x684C2D) is known color: Dallas. HEX triplet: 68, 4C and 2D. RGB value is (104,76,45). Sum of RGB (Red+Green+Blue) = 104+76+45=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #684C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C2D is #97B3D2. Grayscale: #505050. Windows color (decimal): -9941971 or 2968680. OLE color: 2968680.
HSL color Cylindrical-coordinate representation of color #684C2D: hue angle of 31.53º 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 #684C2D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 45 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.59 |
| HSL | 31.53º | 0.4% | 0.29% | - |
| HSV(B) | 31.53º | 0.57% | 0.41% | - |
| XYZ | 8.77 | 8.3 | 3.62 | - |
| YUV | 80.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 45 | 0 | 0.27 | 0.57 | 0.59 | 31.53 | 0.4 | 0.29 |
| Hex | 68 | 4C | 2D | 0 | 1B | 39 | 3B | 20 | 28 | 1D |
| Octal | 150 | 114 | 55 | 0 | 33 | 71 | 73 | 40 | 50 | 35 |
| Binary | 1101000 | 1001100 | 101101 | 0 | 11011 | 111001 | 111011 | 100000 | 101000 | 11101 |
Color Harmonies of #684C2D
Complementary color
Monochromatic Colors of #684C2D
Black with #684C2D
Text Example
Text Example
White with #684C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C2D; }
p { color: rgb(104,76,45); }
H1.HeaderClassName
{
color: #684C2D;
}
.AnyTagClassName
{
color: #684C2D;
}
</style>
background-color css
<style>
a { background-color: #684C2D; }
a { background-color: rgb(104,76,45); }
div.DivClassName
{
background-color: #684C2D;
}
.BgClassName
{
background-color: #684C2D;
}
</style>
border-color css
<style>
span { border-color: #684C2D; }
span { border-color: rgb(104,76,45); }
td.TdClassName
{
border-color: #684C2D;
}
.TagClassName
{
border-color: #684C2D;
}
</style>