Shades of Dallas #684C33
Tints of Dallas #684C33
RGB
CMYK
RGB Variations
Color information
#684C33 (or 0x684C33) is known color: Dallas. HEX triplet: 68, 4C and 33. RGB value is (104,76,51). Sum of RGB (Red+Green+Blue) = 104+76+51=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 51 (20.31% from 255 or 22.08% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #684C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C33 is #97B3CC. Grayscale: #515151. Windows color (decimal): -9941965 or 3361896. OLE color: 3361896.
HSL color Cylindrical-coordinate representation of color #684C33: hue angle of 28.3º 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 #684C33 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 76 | 51 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.59 |
| HSL | 28.3º | 0.34% | 0.3% | - |
| HSV(B) | 28.3º | 0.51% | 0.41% | - |
| XYZ | 8.89 | 8.35 | 4.28 | - |
| YUV | 81.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 76 | 51 | 0 | 0.27 | 0.51 | 0.59 | 28.3 | 0.34 | 0.3 |
| Hex | 68 | 4C | 33 | 0 | 1B | 33 | 3B | 1C | 22 | 1E |
| Octal | 150 | 114 | 63 | 0 | 33 | 63 | 73 | 34 | 42 | 36 |
| Binary | 1101000 | 1001100 | 110011 | 0 | 11011 | 110011 | 111011 | 11100 | 100010 | 11110 |
Color Harmonies of #684C33
Complementary color
Monochromatic Colors of #684C33
Black with #684C33
Text Example
Text Example
White with #684C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684C33; }
p { color: rgb(104,76,51); }
H1.HeaderClassName
{
color: #684C33;
}
.AnyTagClassName
{
color: #684C33;
}
</style>
background-color css
<style>
a { background-color: #684C33; }
a { background-color: rgb(104,76,51); }
div.DivClassName
{
background-color: #684C33;
}
.BgClassName
{
background-color: #684C33;
}
</style>
border-color css
<style>
span { border-color: #684C33; }
span { border-color: rgb(104,76,51); }
td.TdClassName
{
border-color: #684C33;
}
.TagClassName
{
border-color: #684C33;
}
</style>