Shades of Domino #6E5F4F
Tints of Domino #6E5F4F
RGB
CMYK
RGB Variations
Color information
#6E5F4F (or 0x6E5F4F) is known color: Domino. HEX triplet: 6E, 5F and 4F. RGB value is (110,95,79). Sum of RGB (Red+Green+Blue) = 110+95+79=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F4F is #91A0B0. Grayscale: #616161. Windows color (decimal): -9543857 or 5201774. OLE color: 5201774.
HSL color Cylindrical-coordinate representation of color #6E5F4F: hue angle of 30.97º degrees, saturation: 0.16, 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 #6E5F4F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 79 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.57 |
| HSL | 30.97º | 0.16% | 0.37% | - |
| HSV(B) | 30.97º | 0.28% | 0.43% | - |
| XYZ | 11.93 | 12.06 | 9.1 | - |
| YUV | 97.66 | 117.47 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 79 | 0 | 0.14 | 0.28 | 0.57 | 30.97 | 0.16 | 0.37 |
| Hex | 6E | 5F | 4F | 0 | E | 1C | 39 | 1F | 10 | 25 |
| Octal | 156 | 137 | 117 | 0 | 16 | 34 | 71 | 37 | 20 | 45 |
| Binary | 1101110 | 1011111 | 1001111 | 0 | 1110 | 11100 | 111001 | 11111 | 10000 | 100101 |
Color Harmonies of #6E5F4F
Complementary color
Monochromatic Colors of #6E5F4F
Black with #6E5F4F
Text Example
Text Example
White with #6E5F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F4F; }
p { color: rgb(110,95,79); }
H1.HeaderClassName
{
color: #6E5F4F;
}
.AnyTagClassName
{
color: #6E5F4F;
}
</style>
background-color css
<style>
a { background-color: #6E5F4F; }
a { background-color: rgb(110,95,79); }
div.DivClassName
{
background-color: #6E5F4F;
}
.BgClassName
{
background-color: #6E5F4F;
}
</style>
border-color css
<style>
span { border-color: #6E5F4F; }
span { border-color: rgb(110,95,79); }
td.TdClassName
{
border-color: #6E5F4F;
}
.TagClassName
{
border-color: #6E5F4F;
}
</style>