Shades of Domino #6D5B4E
Tints of Domino #6D5B4E
RGB
CMYK
RGB Variations
Color information
#6D5B4E (or 0x6D5B4E) is known color: Domino. HEX triplet: 6D, 5B and 4E. RGB value is (109,91,78). Sum of RGB (Red+Green+Blue) = 109+91+78=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B4E is #92A4B1. Grayscale: #5E5E5E. Windows color (decimal): -9610418 or 5135213. OLE color: 5135213.
HSL color Cylindrical-coordinate representation of color #6D5B4E: hue angle of 25.16º 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 #6D5B4E is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 91 | 78 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.57 |
| HSL | 25.16º | 0.17% | 0.37% | - |
| HSV(B) | 25.16º | 0.28% | 0.43% | - |
| XYZ | 11.42 | 11.28 | 8.78 | - |
| YUV | 94.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 91 | 78 | 0 | 0.17 | 0.28 | 0.57 | 25.16 | 0.17 | 0.37 |
| Hex | 6D | 5B | 4E | 0 | 11 | 1C | 39 | 19 | 11 | 25 |
| Octal | 155 | 133 | 116 | 0 | 21 | 34 | 71 | 31 | 21 | 45 |
| Binary | 1101101 | 1011011 | 1001110 | 0 | 10001 | 11100 | 111001 | 11001 | 10001 | 100101 |
Color Harmonies of #6D5B4E
Complementary color
Monochromatic Colors of #6D5B4E
Black with #6D5B4E
Text Example
Text Example
White with #6D5B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5B4E; }
p { color: rgb(109,91,78); }
H1.HeaderClassName
{
color: #6D5B4E;
}
.AnyTagClassName
{
color: #6D5B4E;
}
</style>
background-color css
<style>
a { background-color: #6D5B4E; }
a { background-color: rgb(109,91,78); }
div.DivClassName
{
background-color: #6D5B4E;
}
.BgClassName
{
background-color: #6D5B4E;
}
</style>
border-color css
<style>
span { border-color: #6D5B4E; }
span { border-color: rgb(109,91,78); }
td.TdClassName
{
border-color: #6D5B4E;
}
.TagClassName
{
border-color: #6D5B4E;
}
</style>