Shades of Dallas #6B5132
Tints of Dallas #6B5132
RGB
CMYK
RGB Variations
Color information
#6B5132 (or 0x6B5132) is known color: Dallas. HEX triplet: 6B, 51 and 32. RGB value is (107,81,50). Sum of RGB (Red+Green+Blue) = 107+81+50=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5132 is #94AECD. Grayscale: #555555. Windows color (decimal): -9744078 or 3297643. OLE color: 3297643.
HSL color Cylindrical-coordinate representation of color #6B5132: hue angle of 32.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B5132 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 81 | 50 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.58 |
| HSL | 32.63º | 0.36% | 0.31% | - |
| HSV(B) | 32.63º | 0.53% | 0.42% | - |
| XYZ | 9.58 | 9.24 | 4.3 | - |
| YUV | 85.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 50 | 0 | 0.24 | 0.53 | 0.58 | 32.63 | 0.36 | 0.31 |
| Hex | 6B | 51 | 32 | 0 | 18 | 35 | 3A | 21 | 24 | 1F |
| Octal | 153 | 121 | 62 | 0 | 30 | 65 | 72 | 41 | 44 | 37 |
| Binary | 1101011 | 1010001 | 110010 | 0 | 11000 | 110101 | 111010 | 100001 | 100100 | 11111 |
Color Harmonies of #6B5132
Complementary color
Monochromatic Colors of #6B5132
Black with #6B5132
Text Example
Text Example
White with #6B5132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5132; }
p { color: rgb(107,81,50); }
H1.HeaderClassName
{
color: #6B5132;
}
.AnyTagClassName
{
color: #6B5132;
}
</style>
background-color css
<style>
a { background-color: #6B5132; }
a { background-color: rgb(107,81,50); }
div.DivClassName
{
background-color: #6B5132;
}
.BgClassName
{
background-color: #6B5132;
}
</style>
border-color css
<style>
span { border-color: #6B5132; }
span { border-color: rgb(107,81,50); }
td.TdClassName
{
border-color: #6B5132;
}
.TagClassName
{
border-color: #6B5132;
}
</style>