Shades of Dallas #6B5135
Tints of Dallas #6B5135
RGB
CMYK
RGB Variations
Color information
#6B5135 (or 0x6B5135) is known color: Dallas. HEX triplet: 6B, 51 and 35. RGB value is (107,81,53). Sum of RGB (Red+Green+Blue) = 107+81+53=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5135 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5135 is #94AECA. Grayscale: #555555. Windows color (decimal): -9744075 or 3494251. OLE color: 3494251.
HSL color Cylindrical-coordinate representation of color #6B5135: hue angle of 31.11º degrees, saturation: 0.34, 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 #6B5135 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 53 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.58 |
| HSL | 31.11º | 0.34% | 0.31% | - |
| HSV(B) | 31.11º | 0.5% | 0.42% | - |
| XYZ | 9.65 | 9.27 | 4.65 | - |
| YUV | 85.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 53 | 0 | 0.24 | 0.50 | 0.58 | 31.11 | 0.34 | 0.31 |
| Hex | 6B | 51 | 35 | 0 | 18 | 32 | 3A | 1F | 22 | 1F |
| Octal | 153 | 121 | 65 | 0 | 30 | 62 | 72 | 37 | 42 | 37 |
| Binary | 1101011 | 1010001 | 110101 | 0 | 11000 | 110010 | 111010 | 11111 | 100010 | 11111 |
Color Harmonies of #6B5135
Complementary color
Monochromatic Colors of #6B5135
Black with #6B5135
Text Example
Text Example
White with #6B5135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5135; }
p { color: rgb(107,81,53); }
H1.HeaderClassName
{
color: #6B5135;
}
.AnyTagClassName
{
color: #6B5135;
}
</style>
background-color css
<style>
a { background-color: #6B5135; }
a { background-color: rgb(107,81,53); }
div.DivClassName
{
background-color: #6B5135;
}
.BgClassName
{
background-color: #6B5135;
}
</style>
border-color css
<style>
span { border-color: #6B5135; }
span { border-color: rgb(107,81,53); }
td.TdClassName
{
border-color: #6B5135;
}
.TagClassName
{
border-color: #6B5135;
}
</style>