Shades of Dallas #6A4E34
Tints of Dallas #6A4E34
RGB
CMYK
RGB Variations
Color information
#6A4E34 (or 0x6A4E34) is known color: Dallas. HEX triplet: 6A, 4E and 34. RGB value is (106,78,52). Sum of RGB (Red+Green+Blue) = 106+78+52=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E34 is #95B1CB. Grayscale: #535353. Windows color (decimal): -9810380 or 3427946. OLE color: 3427946.
HSL color Cylindrical-coordinate representation of color #6A4E34: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A4E34 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 52 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.58 |
| HSL | 28.89º | 0.34% | 0.31% | - |
| HSV(B) | 28.89º | 0.51% | 0.42% | - |
| XYZ | 9.29 | 8.76 | 4.45 | - |
| YUV | 83.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 52 | 0 | 0.26 | 0.51 | 0.58 | 28.89 | 0.34 | 0.31 |
| Hex | 6A | 4E | 34 | 0 | 1A | 33 | 3A | 1D | 22 | 1F |
| Octal | 152 | 116 | 64 | 0 | 32 | 63 | 72 | 35 | 42 | 37 |
| Binary | 1101010 | 1001110 | 110100 | 0 | 11010 | 110011 | 111010 | 11101 | 100010 | 11111 |
Color Harmonies of #6A4E34
Complementary color
Monochromatic Colors of #6A4E34
Black with #6A4E34
Text Example
Text Example
White with #6A4E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E34; }
p { color: rgb(106,78,52); }
H1.HeaderClassName
{
color: #6A4E34;
}
.AnyTagClassName
{
color: #6A4E34;
}
</style>
background-color css
<style>
a { background-color: #6A4E34; }
a { background-color: rgb(106,78,52); }
div.DivClassName
{
background-color: #6A4E34;
}
.BgClassName
{
background-color: #6A4E34;
}
</style>
border-color css
<style>
span { border-color: #6A4E34; }
span { border-color: rgb(106,78,52); }
td.TdClassName
{
border-color: #6A4E34;
}
.TagClassName
{
border-color: #6A4E34;
}
</style>