Shades of Dallas #6B5136
Tints of Dallas #6B5136
RGB
CMYK
RGB Variations
Color information
#6B5136 (or 0x6B5136) is known color: Dallas. HEX triplet: 6B, 51 and 36. RGB value is (107,81,54). Sum of RGB (Red+Green+Blue) = 107+81+54=242 (32% of max value = 765). Red value is 107 (42.19% from 255 or 44.21% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5136 is #94AEC9. Grayscale: #555555. Windows color (decimal): -9744074 or 3559787. OLE color: 3559787.
HSL color Cylindrical-coordinate representation of color #6B5136: hue angle of 30.57º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B5136 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 54 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.58 |
| HSL | 30.57º | 0.33% | 0.32% | - |
| HSV(B) | 30.57º | 0.5% | 0.42% | - |
| XYZ | 9.67 | 9.28 | 4.77 | - |
| YUV | 85.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 54 | 0 | 0.24 | 0.50 | 0.58 | 30.57 | 0.33 | 0.32 |
| Hex | 6B | 51 | 36 | 0 | 18 | 32 | 3A | 1F | 21 | 20 |
| Octal | 153 | 121 | 66 | 0 | 30 | 62 | 72 | 37 | 41 | 40 |
| Binary | 1101011 | 1010001 | 110110 | 0 | 11000 | 110010 | 111010 | 11111 | 100001 | 100000 |
Color Harmonies of #6B5136
Complementary color
Monochromatic Colors of #6B5136
Black with #6B5136
Text Example
Text Example
White with #6B5136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5136; }
p { color: rgb(107,81,54); }
H1.HeaderClassName
{
color: #6B5136;
}
.AnyTagClassName
{
color: #6B5136;
}
</style>
background-color css
<style>
a { background-color: #6B5136; }
a { background-color: rgb(107,81,54); }
div.DivClassName
{
background-color: #6B5136;
}
.BgClassName
{
background-color: #6B5136;
}
</style>
border-color css
<style>
span { border-color: #6B5136; }
span { border-color: rgb(107,81,54); }
td.TdClassName
{
border-color: #6B5136;
}
.TagClassName
{
border-color: #6B5136;
}
</style>