Shades of Dallas #684C2B
Tints of Dallas #684C2B
RGB
CMYK
RGB Variations
Color information
#684C2B (or 0x684C2B) is known color: Dallas. HEX triplet: 68, 4C and 2B. RGB value is (104,76,43). Sum of RGB (Red+Green+Blue) = 104+76+43=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C2B is #97B3D4. Grayscale: #505050. Windows color (decimal): -9941973 or 2837608. OLE color: 2837608.
HSL color Cylindrical-coordinate representation of color #684C2B: hue angle of 32.46º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #684C2B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 43 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.59 |
| HSL | 32.46º | 0.41% | 0.29% | - |
| HSV(B) | 32.46º | 0.59% | 0.41% | - |
| XYZ | 8.73 | 8.29 | 3.42 | - |
| YUV | 80.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 43 | 0 | 0.27 | 0.59 | 0.59 | 32.46 | 0.41 | 0.29 |
| Hex | 68 | 4C | 2B | 0 | 1B | 3B | 3B | 20 | 29 | 1D |
| Octal | 150 | 114 | 53 | 0 | 33 | 73 | 73 | 40 | 51 | 35 |
| Binary | 1101000 | 1001100 | 101011 | 0 | 11011 | 111011 | 111011 | 100000 | 101001 | 11101 |
Color Harmonies of #684C2B
Complementary color
Monochromatic Colors of #684C2B
Black with #684C2B
Text Example
Text Example
White with #684C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C2B; }
p { color: rgb(104,76,43); }
H1.HeaderClassName
{
color: #684C2B;
}
.AnyTagClassName
{
color: #684C2B;
}
</style>
background-color css
<style>
a { background-color: #684C2B; }
a { background-color: rgb(104,76,43); }
div.DivClassName
{
background-color: #684C2B;
}
.BgClassName
{
background-color: #684C2B;
}
</style>
border-color css
<style>
span { border-color: #684C2B; }
span { border-color: rgb(104,76,43); }
td.TdClassName
{
border-color: #684C2B;
}
.TagClassName
{
border-color: #684C2B;
}
</style>