Shades of Dallas #6D502F
Tints of Dallas #6D502F
RGB
CMYK
RGB Variations
Color information
#6D502F (or 0x6D502F) is known color: Dallas. HEX triplet: 6D, 50 and 2F. RGB value is (109,80,47). Sum of RGB (Red+Green+Blue) = 109+80+47=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D502F is #92AFD0. Grayscale: #555555. Windows color (decimal): -9613265 or 3100781. OLE color: 3100781.
HSL color Cylindrical-coordinate representation of color #6D502F: hue angle of 31.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D502F is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 47 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.57 |
| HSL | 31.94º | 0.4% | 0.31% | - |
| HSV(B) | 31.94º | 0.57% | 0.43% | - |
| XYZ | 9.69 | 9.19 | 3.95 | - |
| YUV | 84.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 47 | 0 | 0.27 | 0.57 | 0.57 | 31.94 | 0.4 | 0.31 |
| Hex | 6D | 50 | 2F | 0 | 1B | 39 | 39 | 20 | 28 | 1F |
| Octal | 155 | 120 | 57 | 0 | 33 | 71 | 71 | 40 | 50 | 37 |
| Binary | 1101101 | 1010000 | 101111 | 0 | 11011 | 111001 | 111001 | 100000 | 101000 | 11111 |
Color Harmonies of #6D502F
Complementary color
Monochromatic Colors of #6D502F
Black with #6D502F
Text Example
Text Example
White with #6D502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D502F; }
p { color: rgb(109,80,47); }
H1.HeaderClassName
{
color: #6D502F;
}
.AnyTagClassName
{
color: #6D502F;
}
</style>
background-color css
<style>
a { background-color: #6D502F; }
a { background-color: rgb(109,80,47); }
div.DivClassName
{
background-color: #6D502F;
}
.BgClassName
{
background-color: #6D502F;
}
</style>
border-color css
<style>
span { border-color: #6D502F; }
span { border-color: rgb(109,80,47); }
td.TdClassName
{
border-color: #6D502F;
}
.TagClassName
{
border-color: #6D502F;
}
</style>