Shades of Dallas #6D4E2E
Tints of Dallas #6D4E2E
RGB
CMYK
RGB Variations
Color information
#6D4E2E (or 0x6D4E2E) is known color: Dallas. HEX triplet: 6D, 4E and 2E. RGB value is (109,78,46). Sum of RGB (Red+Green+Blue) = 109+78+46=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4E2E is #92B1D1. Grayscale: #535353. Windows color (decimal): -9613778 or 3034733. OLE color: 3034733.
HSL color Cylindrical-coordinate representation of color #6D4E2E: hue angle of 30.48º 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 #6D4E2E is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 46 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.57 |
| HSL | 30.48º | 0.41% | 0.3% | - |
| HSV(B) | 30.48º | 0.58% | 0.43% | - |
| XYZ | 9.52 | 8.9 | 3.8 | - |
| YUV | 83.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 46 | 0 | 0.28 | 0.58 | 0.57 | 30.48 | 0.41 | 0.3 |
| Hex | 6D | 4E | 2E | 0 | 1C | 3A | 39 | 1E | 29 | 1E |
| Octal | 155 | 116 | 56 | 0 | 34 | 72 | 71 | 36 | 51 | 36 |
| Binary | 1101101 | 1001110 | 101110 | 0 | 11100 | 111010 | 111001 | 11110 | 101001 | 11110 |
Color Harmonies of #6D4E2E
Complementary color
Monochromatic Colors of #6D4E2E
Black with #6D4E2E
Text Example
Text Example
White with #6D4E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E2E; }
p { color: rgb(109,78,46); }
H1.HeaderClassName
{
color: #6D4E2E;
}
.AnyTagClassName
{
color: #6D4E2E;
}
</style>
background-color css
<style>
a { background-color: #6D4E2E; }
a { background-color: rgb(109,78,46); }
div.DivClassName
{
background-color: #6D4E2E;
}
.BgClassName
{
background-color: #6D4E2E;
}
</style>
border-color css
<style>
span { border-color: #6D4E2E; }
span { border-color: rgb(109,78,46); }
td.TdClassName
{
border-color: #6D4E2E;
}
.TagClassName
{
border-color: #6D4E2E;
}
</style>