Shades of Domino #6D5C4D
Tints of Domino #6D5C4D
RGB
CMYK
RGB Variations
Color information
#6D5C4D (or 0x6D5C4D) is known color: Domino. HEX triplet: 6D, 5C and 4D. RGB value is (109,92,77). Sum of RGB (Red+Green+Blue) = 109+92+77=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C4D is #92A3B2. Grayscale: #5F5F5F. Windows color (decimal): -9610163 or 5069933. OLE color: 5069933.
HSL color Cylindrical-coordinate representation of color #6D5C4D: hue angle of 28.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D5C4D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 92 | 77 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.57 |
| HSL | 28.13º | 0.17% | 0.36% | - |
| HSV(B) | 28.13º | 0.29% | 0.43% | - |
| XYZ | 11.47 | 11.44 | 8.62 | - |
| YUV | 95.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 92 | 77 | 0 | 0.16 | 0.29 | 0.57 | 28.13 | 0.17 | 0.36 |
| Hex | 6D | 5C | 4D | 0 | 10 | 1D | 39 | 1C | 11 | 24 |
| Octal | 155 | 134 | 115 | 0 | 20 | 35 | 71 | 34 | 21 | 44 |
| Binary | 1101101 | 1011100 | 1001101 | 0 | 10000 | 11101 | 111001 | 11100 | 10001 | 100100 |
Color Harmonies of #6D5C4D
Complementary color
Monochromatic Colors of #6D5C4D
Black with #6D5C4D
Text Example
Text Example
White with #6D5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5C4D; }
p { color: rgb(109,92,77); }
H1.HeaderClassName
{
color: #6D5C4D;
}
.AnyTagClassName
{
color: #6D5C4D;
}
</style>
background-color css
<style>
a { background-color: #6D5C4D; }
a { background-color: rgb(109,92,77); }
div.DivClassName
{
background-color: #6D5C4D;
}
.BgClassName
{
background-color: #6D5C4D;
}
</style>
border-color css
<style>
span { border-color: #6D5C4D; }
span { border-color: rgb(109,92,77); }
td.TdClassName
{
border-color: #6D5C4D;
}
.TagClassName
{
border-color: #6D5C4D;
}
</style>