Shades of Dallas #68502E
Tints of Dallas #68502E
RGB
CMYK
RGB Variations
Color information
#68502E (or 0x68502E) is known color: Dallas. HEX triplet: 68, 50 and 2E. RGB value is (104,80,46). Sum of RGB (Red+Green+Blue) = 104+80+46=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68502E is #97AFD1. Grayscale: #535353. Windows color (decimal): -9940946 or 3035240. OLE color: 3035240.
HSL color Cylindrical-coordinate representation of color #68502E: hue angle of 35.17º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68502E is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 80 | 46 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.59 |
| HSL | 35.17º | 0.39% | 0.29% | - |
| HSV(B) | 35.17º | 0.56% | 0.41% | - |
| XYZ | 9.07 | 8.88 | 3.82 | - |
| YUV | 83.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 80 | 46 | 0 | 0.23 | 0.56 | 0.59 | 35.17 | 0.39 | 0.29 |
| Hex | 68 | 50 | 2E | 0 | 17 | 38 | 3B | 23 | 27 | 1D |
| Octal | 150 | 120 | 56 | 0 | 27 | 70 | 73 | 43 | 47 | 35 |
| Binary | 1101000 | 1010000 | 101110 | 0 | 10111 | 111000 | 111011 | 100011 | 100111 | 11101 |
Color Harmonies of #68502E
Complementary color
Monochromatic Colors of #68502E
Black with #68502E
Text Example
Text Example
White with #68502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68502E; }
p { color: rgb(104,80,46); }
H1.HeaderClassName
{
color: #68502E;
}
.AnyTagClassName
{
color: #68502E;
}
</style>
background-color css
<style>
a { background-color: #68502E; }
a { background-color: rgb(104,80,46); }
div.DivClassName
{
background-color: #68502E;
}
.BgClassName
{
background-color: #68502E;
}
</style>
border-color css
<style>
span { border-color: #68502E; }
span { border-color: rgb(104,80,46); }
td.TdClassName
{
border-color: #68502E;
}
.TagClassName
{
border-color: #68502E;
}
</style>