Shades of Dallas #6D5131
Tints of Dallas #6D5131
RGB
CMYK
RGB Variations
Color information
#6D5131 (or 0x6D5131) is known color: Dallas. HEX triplet: 6D, 51 and 31. RGB value is (109,81,49). Sum of RGB (Red+Green+Blue) = 109+81+49=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5131 is #92AECE. Grayscale: #555555. Windows color (decimal): -9613007 or 3232109. OLE color: 3232109.
HSL color Cylindrical-coordinate representation of color #6D5131: hue angle of 32º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D5131 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 81 | 49 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.57 |
| HSL | 32º | 0.38% | 0.31% | - |
| HSV(B) | 32º | 0.55% | 0.43% | - |
| XYZ | 9.8 | 9.36 | 4.2 | - |
| YUV | 85.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 49 | 0 | 0.26 | 0.55 | 0.57 | 32 | 0.38 | 0.31 |
| Hex | 6D | 51 | 31 | 0 | 1A | 37 | 39 | 20 | 26 | 1F |
| Octal | 155 | 121 | 61 | 0 | 32 | 67 | 71 | 40 | 46 | 37 |
| Binary | 1101101 | 1010001 | 110001 | 0 | 11010 | 110111 | 111001 | 100000 | 100110 | 11111 |
Color Harmonies of #6D5131
Complementary color
Monochromatic Colors of #6D5131
Black with #6D5131
Text Example
Text Example
White with #6D5131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5131; }
p { color: rgb(109,81,49); }
H1.HeaderClassName
{
color: #6D5131;
}
.AnyTagClassName
{
color: #6D5131;
}
</style>
background-color css
<style>
a { background-color: #6D5131; }
a { background-color: rgb(109,81,49); }
div.DivClassName
{
background-color: #6D5131;
}
.BgClassName
{
background-color: #6D5131;
}
</style>
border-color css
<style>
span { border-color: #6D5131; }
span { border-color: rgb(109,81,49); }
td.TdClassName
{
border-color: #6D5131;
}
.TagClassName
{
border-color: #6D5131;
}
</style>