Shades of Domino #6D594C
Tints of Domino #6D594C
RGB
CMYK
RGB Variations
Color information
#6D594C (or 0x6D594C) is known color: Domino. HEX triplet: 6D, 59 and 4C. RGB value is (109,89,76). Sum of RGB (Red+Green+Blue) = 109+89+76=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 109 - color contains mainly: red. Hex color #6D594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D594C is #92A6B3. Grayscale: #5D5D5D. Windows color (decimal): -9610932 or 5003629. OLE color: 5003629.
HSL color Cylindrical-coordinate representation of color #6D594C: hue angle of 23.64º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D594C is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 76 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.57 |
| HSL | 23.64º | 0.18% | 0.36% | - |
| HSV(B) | 23.64º | 0.3% | 0.43% | - |
| XYZ | 11.18 | 10.92 | 8.36 | - |
| YUV | 93.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 76 | 0 | 0.18 | 0.30 | 0.57 | 23.64 | 0.18 | 0.36 |
| Hex | 6D | 59 | 4C | 0 | 12 | 1E | 39 | 18 | 12 | 24 |
| Octal | 155 | 131 | 114 | 0 | 22 | 36 | 71 | 30 | 22 | 44 |
| Binary | 1101101 | 1011001 | 1001100 | 0 | 10010 | 11110 | 111001 | 11000 | 10010 | 100100 |
Color Harmonies of #6D594C
Complementary color
Monochromatic Colors of #6D594C
Black with #6D594C
Text Example
Text Example
White with #6D594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D594C; }
p { color: rgb(109,89,76); }
H1.HeaderClassName
{
color: #6D594C;
}
.AnyTagClassName
{
color: #6D594C;
}
</style>
background-color css
<style>
a { background-color: #6D594C; }
a { background-color: rgb(109,89,76); }
div.DivClassName
{
background-color: #6D594C;
}
.BgClassName
{
background-color: #6D594C;
}
</style>
border-color css
<style>
span { border-color: #6D594C; }
span { border-color: rgb(109,89,76); }
td.TdClassName
{
border-color: #6D594C;
}
.TagClassName
{
border-color: #6D594C;
}
</style>