Shades of Dallas #6D502E
Tints of Dallas #6D502E
RGB
CMYK
RGB Variations
Color information
#6D502E (or 0x6D502E) is known color: Dallas. HEX triplet: 6D, 50 and 2E. RGB value is (109,80,46). Sum of RGB (Red+Green+Blue) = 109+80+46=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D502E is #92AFD1. Grayscale: #545454. Windows color (decimal): -9613266 or 3035245. OLE color: 3035245.
HSL color Cylindrical-coordinate representation of color #6D502E: hue angle of 32.38º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D502E is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 46 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.57 |
| HSL | 32.38º | 0.41% | 0.3% | - |
| HSV(B) | 32.38º | 0.58% | 0.43% | - |
| XYZ | 9.67 | 9.19 | 3.85 | - |
| YUV | 84.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 46 | 0 | 0.27 | 0.58 | 0.57 | 32.38 | 0.41 | 0.3 |
| Hex | 6D | 50 | 2E | 0 | 1B | 3A | 39 | 20 | 29 | 1E |
| Octal | 155 | 120 | 56 | 0 | 33 | 72 | 71 | 40 | 51 | 36 |
| Binary | 1101101 | 1010000 | 101110 | 0 | 11011 | 111010 | 111001 | 100000 | 101001 | 11110 |
Color Harmonies of #6D502E
Complementary color
Monochromatic Colors of #6D502E
Black with #6D502E
Text Example
Text Example
White with #6D502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D502E; }
p { color: rgb(109,80,46); }
H1.HeaderClassName
{
color: #6D502E;
}
.AnyTagClassName
{
color: #6D502E;
}
</style>
background-color css
<style>
a { background-color: #6D502E; }
a { background-color: rgb(109,80,46); }
div.DivClassName
{
background-color: #6D502E;
}
.BgClassName
{
background-color: #6D502E;
}
</style>
border-color css
<style>
span { border-color: #6D502E; }
span { border-color: rgb(109,80,46); }
td.TdClassName
{
border-color: #6D502E;
}
.TagClassName
{
border-color: #6D502E;
}
</style>