Shades of Dallas #6B5032
Tints of Dallas #6B5032
RGB
CMYK
RGB Variations
Color information
#6B5032 (or 0x6B5032) is known color: Dallas. HEX triplet: 6B, 50 and 32. RGB value is (107,80,50). Sum of RGB (Red+Green+Blue) = 107+80+50=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5032 is #94AFCD. Grayscale: #545454. Windows color (decimal): -9744334 or 3297387. OLE color: 3297387.
HSL color Cylindrical-coordinate representation of color #6B5032: hue angle of 31.58º 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 #6B5032 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 50 | - |
| CMYK | 0 | 0.25 | 0.53 | 0.58 |
| HSL | 31.58º | 0.36% | 0.31% | - |
| HSV(B) | 31.58º | 0.53% | 0.42% | - |
| XYZ | 9.51 | 9.09 | 4.27 | - |
| YUV | 84.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 50 | 0 | 0.25 | 0.53 | 0.58 | 31.58 | 0.36 | 0.31 |
| Hex | 6B | 50 | 32 | 0 | 19 | 35 | 3A | 20 | 24 | 1F |
| Octal | 153 | 120 | 62 | 0 | 31 | 65 | 72 | 40 | 44 | 37 |
| Binary | 1101011 | 1010000 | 110010 | 0 | 11001 | 110101 | 111010 | 100000 | 100100 | 11111 |
Color Harmonies of #6B5032
Complementary color
Monochromatic Colors of #6B5032
Black with #6B5032
Text Example
Text Example
White with #6B5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5032; }
p { color: rgb(107,80,50); }
H1.HeaderClassName
{
color: #6B5032;
}
.AnyTagClassName
{
color: #6B5032;
}
</style>
background-color css
<style>
a { background-color: #6B5032; }
a { background-color: rgb(107,80,50); }
div.DivClassName
{
background-color: #6B5032;
}
.BgClassName
{
background-color: #6B5032;
}
</style>
border-color css
<style>
span { border-color: #6B5032; }
span { border-color: rgb(107,80,50); }
td.TdClassName
{
border-color: #6B5032;
}
.TagClassName
{
border-color: #6B5032;
}
</style>