Shades of Dallas #6B4F33
Tints of Dallas #6B4F33
RGB
CMYK
RGB Variations
Color information
#6B4F33 (or 0x6B4F33) is known color: Dallas. HEX triplet: 6B, 4F and 33. RGB value is (107,79,51). Sum of RGB (Red+Green+Blue) = 107+79+51=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F33 is #94B0CC. Grayscale: #545454. Windows color (decimal): -9744589 or 3362667. OLE color: 3362667.
HSL color Cylindrical-coordinate representation of color #6B4F33: hue angle of 30º 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 #6B4F33 is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 51 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.58 |
| HSL | 30º | 0.35% | 0.31% | - |
| HSV(B) | 30º | 0.52% | 0.42% | - |
| XYZ | 9.46 | 8.96 | 4.36 | - |
| YUV | 84.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 51 | 0 | 0.26 | 0.52 | 0.58 | 30 | 0.35 | 0.31 |
| Hex | 6B | 4F | 33 | 0 | 1A | 34 | 3A | 1E | 23 | 1F |
| Octal | 153 | 117 | 63 | 0 | 32 | 64 | 72 | 36 | 43 | 37 |
| Binary | 1101011 | 1001111 | 110011 | 0 | 11010 | 110100 | 111010 | 11110 | 100011 | 11111 |
Color Harmonies of #6B4F33
Complementary color
Monochromatic Colors of #6B4F33
Black with #6B4F33
Text Example
Text Example
White with #6B4F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F33; }
p { color: rgb(107,79,51); }
H1.HeaderClassName
{
color: #6B4F33;
}
.AnyTagClassName
{
color: #6B4F33;
}
</style>
background-color css
<style>
a { background-color: #6B4F33; }
a { background-color: rgb(107,79,51); }
div.DivClassName
{
background-color: #6B4F33;
}
.BgClassName
{
background-color: #6B4F33;
}
</style>
border-color css
<style>
span { border-color: #6B4F33; }
span { border-color: rgb(107,79,51); }
td.TdClassName
{
border-color: #6B4F33;
}
.TagClassName
{
border-color: #6B4F33;
}
</style>