Shades of Dallas #6C4E33
Tints of Dallas #6C4E33
RGB
CMYK
RGB Variations
Color information
#6C4E33 (or 0x6C4E33) is known color: Dallas. HEX triplet: 6C, 4E and 33. RGB value is (108,78,51). Sum of RGB (Red+Green+Blue) = 108+78+51=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 51 (20.31% from 255 or 21.52% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C4E33 is #93B1CC. Grayscale: #545454. Windows color (decimal): -9679309 or 3362412. OLE color: 3362412.
HSL color Cylindrical-coordinate representation of color #6C4E33: hue angle of 28.42º 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 #6C4E33 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 78 | 51 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.58 |
| HSL | 28.42º | 0.36% | 0.31% | - |
| HSV(B) | 28.42º | 0.53% | 0.42% | - |
| XYZ | 9.51 | 8.88 | 4.34 | - |
| YUV | 83.89 | 109.44 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 51 | 0 | 0.28 | 0.53 | 0.58 | 28.42 | 0.36 | 0.31 |
| Hex | 6C | 4E | 33 | 0 | 1C | 35 | 3A | 1C | 24 | 1F |
| Octal | 154 | 116 | 63 | 0 | 34 | 65 | 72 | 34 | 44 | 37 |
| Binary | 1101100 | 1001110 | 110011 | 0 | 11100 | 110101 | 111010 | 11100 | 100100 | 11111 |
Color Harmonies of #6C4E33
Complementary color
Monochromatic Colors of #6C4E33
Black with #6C4E33
Text Example
Text Example
White with #6C4E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4E33; }
p { color: rgb(108,78,51); }
H1.HeaderClassName
{
color: #6C4E33;
}
.AnyTagClassName
{
color: #6C4E33;
}
</style>
background-color css
<style>
a { background-color: #6C4E33; }
a { background-color: rgb(108,78,51); }
div.DivClassName
{
background-color: #6C4E33;
}
.BgClassName
{
background-color: #6C4E33;
}
</style>
border-color css
<style>
span { border-color: #6C4E33; }
span { border-color: rgb(108,78,51); }
td.TdClassName
{
border-color: #6C4E33;
}
.TagClassName
{
border-color: #6C4E33;
}
</style>