Shades of Domino #6C5949
Tints of Domino #6C5949
RGB
CMYK
RGB Variations
Color information
#6C5949 (or 0x6C5949) is known color: Domino. HEX triplet: 6C, 59 and 49. RGB value is (108,89,73). Sum of RGB (Red+Green+Blue) = 108+89+73=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5949 is #93A6B6. Grayscale: #5C5C5C. Windows color (decimal): -9676471 or 4807020. OLE color: 4807020.
HSL color Cylindrical-coordinate representation of color #6C5949: hue angle of 27.43º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C5949 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 89 | 73 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.58 |
| HSL | 27.43º | 0.19% | 0.35% | - |
| HSV(B) | 27.43º | 0.32% | 0.42% | - |
| XYZ | 10.96 | 10.81 | 7.81 | - |
| YUV | 92.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 89 | 73 | 0 | 0.18 | 0.32 | 0.58 | 27.43 | 0.19 | 0.35 |
| Hex | 6C | 59 | 49 | 0 | 12 | 20 | 3A | 1B | 13 | 23 |
| Octal | 154 | 131 | 111 | 0 | 22 | 40 | 72 | 33 | 23 | 43 |
| Binary | 1101100 | 1011001 | 1001001 | 0 | 10010 | 100000 | 111010 | 11011 | 10011 | 100011 |
Color Harmonies of #6C5949
Complementary color
Monochromatic Colors of #6C5949
Black with #6C5949
Text Example
Text Example
White with #6C5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5949; }
p { color: rgb(108,89,73); }
H1.HeaderClassName
{
color: #6C5949;
}
.AnyTagClassName
{
color: #6C5949;
}
</style>
background-color css
<style>
a { background-color: #6C5949; }
a { background-color: rgb(108,89,73); }
div.DivClassName
{
background-color: #6C5949;
}
.BgClassName
{
background-color: #6C5949;
}
</style>
border-color css
<style>
span { border-color: #6C5949; }
span { border-color: rgb(108,89,73); }
td.TdClassName
{
border-color: #6C5949;
}
.TagClassName
{
border-color: #6C5949;
}
</style>