Shades of Dallas #684D33
Tints of Dallas #684D33
RGB
CMYK
RGB Variations
Color information
#684D33 (or 0x684D33) is known color: Dallas. HEX triplet: 68, 4D and 33. RGB value is (104,77,51). Sum of RGB (Red+Green+Blue) = 104+77+51=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #684D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D33 is #97B2CC. Grayscale: #525252. Windows color (decimal): -9941709 or 3362152. OLE color: 3362152.
HSL color Cylindrical-coordinate representation of color #684D33: hue angle of 29.43º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684D33 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 51 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.59 |
| HSL | 29.43º | 0.34% | 0.3% | - |
| HSV(B) | 29.43º | 0.51% | 0.41% | - |
| XYZ | 8.96 | 8.49 | 4.3 | - |
| YUV | 82.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 51 | 0 | 0.26 | 0.51 | 0.59 | 29.43 | 0.34 | 0.3 |
| Hex | 68 | 4D | 33 | 0 | 1A | 33 | 3B | 1D | 22 | 1E |
| Octal | 150 | 115 | 63 | 0 | 32 | 63 | 73 | 35 | 42 | 36 |
| Binary | 1101000 | 1001101 | 110011 | 0 | 11010 | 110011 | 111011 | 11101 | 100010 | 11110 |
Color Harmonies of #684D33
Complementary color
Monochromatic Colors of #684D33
Black with #684D33
Text Example
Text Example
White with #684D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D33; }
p { color: rgb(104,77,51); }
H1.HeaderClassName
{
color: #684D33;
}
.AnyTagClassName
{
color: #684D33;
}
</style>
background-color css
<style>
a { background-color: #684D33; }
a { background-color: rgb(104,77,51); }
div.DivClassName
{
background-color: #684D33;
}
.BgClassName
{
background-color: #684D33;
}
</style>
border-color css
<style>
span { border-color: #684D33; }
span { border-color: rgb(104,77,51); }
td.TdClassName
{
border-color: #684D33;
}
.TagClassName
{
border-color: #684D33;
}
</style>