Shades of Dallas #6A502E
Tints of Dallas #6A502E
RGB
CMYK
RGB Variations
Color information
#6A502E (or 0x6A502E) is known color: Dallas. HEX triplet: 6A, 50 and 2E. RGB value is (106,80,46). Sum of RGB (Red+Green+Blue) = 106+80+46=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A502E is #95AFD1. Grayscale: #545454. Windows color (decimal): -9809874 or 3035242. OLE color: 3035242.
HSL color Cylindrical-coordinate representation of color #6A502E: hue angle of 34º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A502E is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 46 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.58 |
| HSL | 34º | 0.39% | 0.3% | - |
| HSV(B) | 34º | 0.57% | 0.42% | - |
| XYZ | 9.31 | 9 | 3.83 | - |
| YUV | 83.9 | 106.61 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 46 | 0 | 0.25 | 0.57 | 0.58 | 34 | 0.39 | 0.3 |
| Hex | 6A | 50 | 2E | 0 | 19 | 39 | 3A | 22 | 27 | 1E |
| Octal | 152 | 120 | 56 | 0 | 31 | 71 | 72 | 42 | 47 | 36 |
| Binary | 1101010 | 1010000 | 101110 | 0 | 11001 | 111001 | 111010 | 100010 | 100111 | 11110 |
Color Harmonies of #6A502E
Complementary color
Monochromatic Colors of #6A502E
Black with #6A502E
Text Example
Text Example
White with #6A502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A502E; }
p { color: rgb(106,80,46); }
H1.HeaderClassName
{
color: #6A502E;
}
.AnyTagClassName
{
color: #6A502E;
}
</style>
background-color css
<style>
a { background-color: #6A502E; }
a { background-color: rgb(106,80,46); }
div.DivClassName
{
background-color: #6A502E;
}
.BgClassName
{
background-color: #6A502E;
}
</style>
border-color css
<style>
span { border-color: #6A502E; }
span { border-color: rgb(106,80,46); }
td.TdClassName
{
border-color: #6A502E;
}
.TagClassName
{
border-color: #6A502E;
}
</style>