Shades of Dallas #6A4E2F
Tints of Dallas #6A4E2F
RGB
CMYK
RGB Variations
Color information
#6A4E2F (or 0x6A4E2F) is known color: Dallas. HEX triplet: 6A, 4E and 2F. RGB value is (106,78,47). Sum of RGB (Red+Green+Blue) = 106+78+47=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E2F is #95B1D0. Grayscale: #525252. Windows color (decimal): -9810385 or 3100266. OLE color: 3100266.
HSL color Cylindrical-coordinate representation of color #6A4E2F: hue angle of 31.53º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4E2F is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 47 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.58 |
| HSL | 31.53º | 0.39% | 0.3% | - |
| HSV(B) | 31.53º | 0.56% | 0.42% | - |
| XYZ | 9.18 | 8.72 | 3.89 | - |
| YUV | 82.84 | 107.78 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 47 | 0 | 0.26 | 0.56 | 0.58 | 31.53 | 0.39 | 0.3 |
| Hex | 6A | 4E | 2F | 0 | 1A | 38 | 3A | 20 | 27 | 1E |
| Octal | 152 | 116 | 57 | 0 | 32 | 70 | 72 | 40 | 47 | 36 |
| Binary | 1101010 | 1001110 | 101111 | 0 | 11010 | 111000 | 111010 | 100000 | 100111 | 11110 |
Color Harmonies of #6A4E2F
Complementary color
Monochromatic Colors of #6A4E2F
Black with #6A4E2F
Text Example
Text Example
White with #6A4E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E2F; }
p { color: rgb(106,78,47); }
H1.HeaderClassName
{
color: #6A4E2F;
}
.AnyTagClassName
{
color: #6A4E2F;
}
</style>
background-color css
<style>
a { background-color: #6A4E2F; }
a { background-color: rgb(106,78,47); }
div.DivClassName
{
background-color: #6A4E2F;
}
.BgClassName
{
background-color: #6A4E2F;
}
</style>
border-color css
<style>
span { border-color: #6A4E2F; }
span { border-color: rgb(106,78,47); }
td.TdClassName
{
border-color: #6A4E2F;
}
.TagClassName
{
border-color: #6A4E2F;
}
</style>