Shades of Dallas #6A4F2B
Tints of Dallas #6A4F2B
RGB
CMYK
RGB Variations
Color information
#6A4F2B (or 0x6A4F2B) is known color: Dallas. HEX triplet: 6A, 4F and 2B. RGB value is (106,79,43). Sum of RGB (Red+Green+Blue) = 106+79+43=228 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.49% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4F2B is #95B0D4. Grayscale: #535353. Windows color (decimal): -9810133 or 2838378. OLE color: 2838378.
HSL color Cylindrical-coordinate representation of color #6A4F2B: hue angle of 34.29º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6A4F2B is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 79 | 43 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.58 |
| HSL | 34.29º | 0.42% | 0.29% | - |
| HSV(B) | 34.29º | 0.59% | 0.42% | - |
| XYZ | 9.18 | 8.83 | 3.51 | - |
| YUV | 82.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 79 | 43 | 0 | 0.25 | 0.59 | 0.58 | 34.29 | 0.42 | 0.29 |
| Hex | 6A | 4F | 2B | 0 | 19 | 3B | 3A | 22 | 2A | 1D |
| Octal | 152 | 117 | 53 | 0 | 31 | 73 | 72 | 42 | 52 | 35 |
| Binary | 1101010 | 1001111 | 101011 | 0 | 11001 | 111011 | 111010 | 100010 | 101010 | 11101 |
Color Harmonies of #6A4F2B
Complementary color
Monochromatic Colors of #6A4F2B
Black with #6A4F2B
Text Example
Text Example
White with #6A4F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4F2B; }
p { color: rgb(106,79,43); }
H1.HeaderClassName
{
color: #6A4F2B;
}
.AnyTagClassName
{
color: #6A4F2B;
}
</style>
background-color css
<style>
a { background-color: #6A4F2B; }
a { background-color: rgb(106,79,43); }
div.DivClassName
{
background-color: #6A4F2B;
}
.BgClassName
{
background-color: #6A4F2B;
}
</style>
border-color css
<style>
span { border-color: #6A4F2B; }
span { border-color: rgb(106,79,43); }
td.TdClassName
{
border-color: #6A4F2B;
}
.TagClassName
{
border-color: #6A4F2B;
}
</style>