Shades of Dallas #6C4D2E
Tints of Dallas #6C4D2E
RGB
CMYK
RGB Variations
Color information
#6C4D2E (or 0x6C4D2E) is known color: Dallas. HEX triplet: 6C, 4D and 2E. RGB value is (108,77,46). Sum of RGB (Red+Green+Blue) = 108+77+46=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4D2E is #93B2D1. Grayscale: #525252. Windows color (decimal): -9679570 or 3034476. OLE color: 3034476.
HSL color Cylindrical-coordinate representation of color #6C4D2E: hue angle of 30º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C4D2E is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 77 | 46 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.58 |
| HSL | 30º | 0.4% | 0.3% | - |
| HSV(B) | 30º | 0.57% | 0.42% | - |
| XYZ | 9.33 | 8.69 | 3.77 | - |
| YUV | 82.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 46 | 0 | 0.29 | 0.57 | 0.58 | 30 | 0.4 | 0.3 |
| Hex | 6C | 4D | 2E | 0 | 1D | 39 | 3A | 1E | 28 | 1E |
| Octal | 154 | 115 | 56 | 0 | 35 | 71 | 72 | 36 | 50 | 36 |
| Binary | 1101100 | 1001101 | 101110 | 0 | 11101 | 111001 | 111010 | 11110 | 101000 | 11110 |
Color Harmonies of #6C4D2E
Complementary color
Monochromatic Colors of #6C4D2E
Black with #6C4D2E
Text Example
Text Example
White with #6C4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D2E; }
p { color: rgb(108,77,46); }
H1.HeaderClassName
{
color: #6C4D2E;
}
.AnyTagClassName
{
color: #6C4D2E;
}
</style>
background-color css
<style>
a { background-color: #6C4D2E; }
a { background-color: rgb(108,77,46); }
div.DivClassName
{
background-color: #6C4D2E;
}
.BgClassName
{
background-color: #6C4D2E;
}
</style>
border-color css
<style>
span { border-color: #6C4D2E; }
span { border-color: rgb(108,77,46); }
td.TdClassName
{
border-color: #6C4D2E;
}
.TagClassName
{
border-color: #6C4D2E;
}
</style>