Shades of Dallas #6C4C31
Tints of Dallas #6C4C31
RGB
CMYK
RGB Variations
Color information
#6C4C31 (or 0x6C4C31) is known color: Dallas. HEX triplet: 6C, 4C and 31. RGB value is (108,76,49). Sum of RGB (Red+Green+Blue) = 108+76+49=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4C31 is #93B3CE. Grayscale: #525252. Windows color (decimal): -9679823 or 3230828. OLE color: 3230828.
HSL color Cylindrical-coordinate representation of color #6C4C31: hue angle of 27.46º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C4C31 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 76 | 49 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.58 |
| HSL | 27.46º | 0.38% | 0.31% | - |
| HSV(B) | 27.46º | 0.55% | 0.42% | - |
| XYZ | 9.32 | 8.58 | 4.07 | - |
| YUV | 82.49 | 109.1 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 76 | 49 | 0 | 0.30 | 0.55 | 0.58 | 27.46 | 0.38 | 0.31 |
| Hex | 6C | 4C | 31 | 0 | 1E | 37 | 3A | 1B | 26 | 1F |
| Octal | 154 | 114 | 61 | 0 | 36 | 67 | 72 | 33 | 46 | 37 |
| Binary | 1101100 | 1001100 | 110001 | 0 | 11110 | 110111 | 111010 | 11011 | 100110 | 11111 |
Color Harmonies of #6C4C31
Complementary color
Monochromatic Colors of #6C4C31
Black with #6C4C31
Text Example
Text Example
White with #6C4C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4C31; }
p { color: rgb(108,76,49); }
H1.HeaderClassName
{
color: #6C4C31;
}
.AnyTagClassName
{
color: #6C4C31;
}
</style>
background-color css
<style>
a { background-color: #6C4C31; }
a { background-color: rgb(108,76,49); }
div.DivClassName
{
background-color: #6C4C31;
}
.BgClassName
{
background-color: #6C4C31;
}
</style>
border-color css
<style>
span { border-color: #6C4C31; }
span { border-color: rgb(108,76,49); }
td.TdClassName
{
border-color: #6C4C31;
}
.TagClassName
{
border-color: #6C4C31;
}
</style>