Shades of Dallas #6B5134
Tints of Dallas #6B5134
RGB
CMYK
RGB Variations
Color information
#6B5134 (or 0x6B5134) is known color: Dallas. HEX triplet: 6B, 51 and 34. RGB value is (107,81,52). Sum of RGB (Red+Green+Blue) = 107+81+52=240 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.58% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5134 is #94AECB. Grayscale: #555555. Windows color (decimal): -9744076 or 3428715. OLE color: 3428715.
HSL color Cylindrical-coordinate representation of color #6B5134: hue angle of 31.64º degrees, saturation: 0.35, 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 #6B5134 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 52 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.58 |
| HSL | 31.64º | 0.35% | 0.31% | - |
| HSV(B) | 31.64º | 0.51% | 0.42% | - |
| XYZ | 9.63 | 9.26 | 4.53 | - |
| YUV | 85.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 52 | 0 | 0.24 | 0.51 | 0.58 | 31.64 | 0.35 | 0.31 |
| Hex | 6B | 51 | 34 | 0 | 18 | 33 | 3A | 20 | 23 | 1F |
| Octal | 153 | 121 | 64 | 0 | 30 | 63 | 72 | 40 | 43 | 37 |
| Binary | 1101011 | 1010001 | 110100 | 0 | 11000 | 110011 | 111010 | 100000 | 100011 | 11111 |
Color Harmonies of #6B5134
Complementary color
Monochromatic Colors of #6B5134
Black with #6B5134
Text Example
Text Example
White with #6B5134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5134; }
p { color: rgb(107,81,52); }
H1.HeaderClassName
{
color: #6B5134;
}
.AnyTagClassName
{
color: #6B5134;
}
</style>
background-color css
<style>
a { background-color: #6B5134; }
a { background-color: rgb(107,81,52); }
div.DivClassName
{
background-color: #6B5134;
}
.BgClassName
{
background-color: #6B5134;
}
</style>
border-color css
<style>
span { border-color: #6B5134; }
span { border-color: rgb(107,81,52); }
td.TdClassName
{
border-color: #6B5134;
}
.TagClassName
{
border-color: #6B5134;
}
</style>