Shades of Domino #6D5D4E
Tints of Domino #6D5D4E
RGB
CMYK
RGB Variations
Color information
#6D5D4E (or 0x6D5D4E) is known color: Domino. HEX triplet: 6D, 5D and 4E. RGB value is (109,93,78). Sum of RGB (Red+Green+Blue) = 109+93+78=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5D4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5D4E is #92A2B1. Grayscale: #606060. Windows color (decimal): -9609906 or 5135725. OLE color: 5135725.
HSL color Cylindrical-coordinate representation of color #6D5D4E: hue angle of 29.03º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D5D4E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 93 | 78 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.57 |
| HSL | 29.03º | 0.17% | 0.37% | - |
| HSV(B) | 29.03º | 0.28% | 0.43% | - |
| XYZ | 11.6 | 11.63 | 8.84 | - |
| YUV | 96.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 93 | 78 | 0 | 0.15 | 0.28 | 0.57 | 29.03 | 0.17 | 0.37 |
| Hex | 6D | 5D | 4E | 0 | F | 1C | 39 | 1D | 11 | 25 |
| Octal | 155 | 135 | 116 | 0 | 17 | 34 | 71 | 35 | 21 | 45 |
| Binary | 1101101 | 1011101 | 1001110 | 0 | 1111 | 11100 | 111001 | 11101 | 10001 | 100101 |
Color Harmonies of #6D5D4E
Complementary color
Monochromatic Colors of #6D5D4E
Black with #6D5D4E
Text Example
Text Example
White with #6D5D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5D4E; }
p { color: rgb(109,93,78); }
H1.HeaderClassName
{
color: #6D5D4E;
}
.AnyTagClassName
{
color: #6D5D4E;
}
</style>
background-color css
<style>
a { background-color: #6D5D4E; }
a { background-color: rgb(109,93,78); }
div.DivClassName
{
background-color: #6D5D4E;
}
.BgClassName
{
background-color: #6D5D4E;
}
</style>
border-color css
<style>
span { border-color: #6D5D4E; }
span { border-color: rgb(109,93,78); }
td.TdClassName
{
border-color: #6D5D4E;
}
.TagClassName
{
border-color: #6D5D4E;
}
</style>