Shades of Dallas #6B5033
Tints of Dallas #6B5033
RGB
CMYK
RGB Variations
Color information
#6B5033 (or 0x6B5033) is known color: Dallas. HEX triplet: 6B, 50 and 33. RGB value is (107,80,51). Sum of RGB (Red+Green+Blue) = 107+80+51=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5033 is #94AFCC. Grayscale: #545454. Windows color (decimal): -9744333 or 3362923. OLE color: 3362923.
HSL color Cylindrical-coordinate representation of color #6B5033: hue angle of 31.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6B5033 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 51 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.58 |
| HSL | 31.07º | 0.35% | 0.31% | - |
| HSV(B) | 31.07º | 0.52% | 0.42% | - |
| XYZ | 9.53 | 9.1 | 4.39 | - |
| YUV | 84.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 51 | 0 | 0.25 | 0.52 | 0.58 | 31.07 | 0.35 | 0.31 |
| Hex | 6B | 50 | 33 | 0 | 19 | 34 | 3A | 1F | 23 | 1F |
| Octal | 153 | 120 | 63 | 0 | 31 | 64 | 72 | 37 | 43 | 37 |
| Binary | 1101011 | 1010000 | 110011 | 0 | 11001 | 110100 | 111010 | 11111 | 100011 | 11111 |
Color Harmonies of #6B5033
Complementary color
Monochromatic Colors of #6B5033
Black with #6B5033
Text Example
Text Example
White with #6B5033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5033; }
p { color: rgb(107,80,51); }
H1.HeaderClassName
{
color: #6B5033;
}
.AnyTagClassName
{
color: #6B5033;
}
</style>
background-color css
<style>
a { background-color: #6B5033; }
a { background-color: rgb(107,80,51); }
div.DivClassName
{
background-color: #6B5033;
}
.BgClassName
{
background-color: #6B5033;
}
</style>
border-color css
<style>
span { border-color: #6B5033; }
span { border-color: rgb(107,80,51); }
td.TdClassName
{
border-color: #6B5033;
}
.TagClassName
{
border-color: #6B5033;
}
</style>