Shades of Dallas #6E4E2F
Tints of Dallas #6E4E2F
RGB
CMYK
RGB Variations
Color information
#6E4E2F (or 0x6E4E2F) is known color: Dallas. HEX triplet: 6E, 4E and 2F. RGB value is (110,78,47). Sum of RGB (Red+Green+Blue) = 110+78+47=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E4E2F is #91B1D0. Grayscale: #545454. Windows color (decimal): -9548241 or 3100270. OLE color: 3100270.
HSL color Cylindrical-coordinate representation of color #6E4E2F: hue angle of 29.52º 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 #6E4E2F is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 47 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.57 |
| HSL | 29.52º | 0.4% | 0.31% | - |
| HSV(B) | 29.52º | 0.57% | 0.43% | - |
| XYZ | 9.67 | 8.97 | 3.91 | - |
| YUV | 84.03 | 107.1 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 47 | 0 | 0.29 | 0.57 | 0.57 | 29.52 | 0.4 | 0.31 |
| Hex | 6E | 4E | 2F | 0 | 1D | 39 | 39 | 1E | 28 | 1F |
| Octal | 156 | 116 | 57 | 0 | 35 | 71 | 71 | 36 | 50 | 37 |
| Binary | 1101110 | 1001110 | 101111 | 0 | 11101 | 111001 | 111001 | 11110 | 101000 | 11111 |
Color Harmonies of #6E4E2F
Complementary color
Monochromatic Colors of #6E4E2F
Black with #6E4E2F
Text Example
Text Example
White with #6E4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E2F; }
p { color: rgb(110,78,47); }
H1.HeaderClassName
{
color: #6E4E2F;
}
.AnyTagClassName
{
color: #6E4E2F;
}
</style>
background-color css
<style>
a { background-color: #6E4E2F; }
a { background-color: rgb(110,78,47); }
div.DivClassName
{
background-color: #6E4E2F;
}
.BgClassName
{
background-color: #6E4E2F;
}
</style>
border-color css
<style>
span { border-color: #6E4E2F; }
span { border-color: rgb(110,78,47); }
td.TdClassName
{
border-color: #6E4E2F;
}
.TagClassName
{
border-color: #6E4E2F;
}
</style>