Shades of Dallas #6A5035
Tints of Dallas #6A5035
RGB
CMYK
RGB Variations
Color information
#6A5035 (or 0x6A5035) is known color: Dallas. HEX triplet: 6A, 50 and 35. RGB value is (106,80,53). Sum of RGB (Red+Green+Blue) = 106+80+53=239 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.35% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5035 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5035 is #95AFCA. Grayscale: #545454. Windows color (decimal): -9809867 or 3493994. OLE color: 3493994.
HSL color Cylindrical-coordinate representation of color #6A5035: hue angle of 30.57º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6A5035 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 80 | 53 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.58 |
| HSL | 30.57º | 0.33% | 0.31% | - |
| HSV(B) | 30.57º | 0.5% | 0.42% | - |
| XYZ | 9.46 | 9.06 | 4.62 | - |
| YUV | 84.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 80 | 53 | 0 | 0.25 | 0.5 | 0.58 | 30.57 | 0.33 | 0.31 |
| Hex | 6A | 50 | 35 | 0 | 19 | 32 | 3A | 1F | 21 | 1F |
| Octal | 152 | 120 | 65 | 0 | 31 | 62 | 72 | 37 | 41 | 37 |
| Binary | 1101010 | 1010000 | 110101 | 0 | 11001 | 110010 | 111010 | 11111 | 100001 | 11111 |
Color Harmonies of #6A5035
Complementary color
Monochromatic Colors of #6A5035
Black with #6A5035
Text Example
Text Example
White with #6A5035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5035; }
p { color: rgb(106,80,53); }
H1.HeaderClassName
{
color: #6A5035;
}
.AnyTagClassName
{
color: #6A5035;
}
</style>
background-color css
<style>
a { background-color: #6A5035; }
a { background-color: rgb(106,80,53); }
div.DivClassName
{
background-color: #6A5035;
}
.BgClassName
{
background-color: #6A5035;
}
</style>
border-color css
<style>
span { border-color: #6A5035; }
span { border-color: rgb(106,80,53); }
td.TdClassName
{
border-color: #6A5035;
}
.TagClassName
{
border-color: #6A5035;
}
</style>