Shades of Domino #6E5D4A
Tints of Domino #6E5D4A
RGB
CMYK
RGB Variations
Color information
#6E5D4A (or 0x6E5D4A) is known color: Domino. HEX triplet: 6E, 5D and 4A. RGB value is (110,93,74). Sum of RGB (Red+Green+Blue) = 110+93+74=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5D4A is #91A2B5. Grayscale: #606060. Windows color (decimal): -9544374 or 4873582. OLE color: 4873582.
HSL color Cylindrical-coordinate representation of color #6E5D4A: hue angle of 31.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E5D4A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 93 | 74 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.57 |
| HSL | 31.67º | 0.2% | 0.36% | - |
| HSV(B) | 31.67º | 0.33% | 0.43% | - |
| XYZ | 11.58 | 11.64 | 8.11 | - |
| YUV | 95.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 93 | 74 | 0 | 0.15 | 0.33 | 0.57 | 31.67 | 0.2 | 0.36 |
| Hex | 6E | 5D | 4A | 0 | F | 21 | 39 | 20 | 14 | 24 |
| Octal | 156 | 135 | 112 | 0 | 17 | 41 | 71 | 40 | 24 | 44 |
| Binary | 1101110 | 1011101 | 1001010 | 0 | 1111 | 100001 | 111001 | 100000 | 10100 | 100100 |
Color Harmonies of #6E5D4A
Complementary color
Monochromatic Colors of #6E5D4A
Black with #6E5D4A
Text Example
Text Example
White with #6E5D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5D4A; }
p { color: rgb(110,93,74); }
H1.HeaderClassName
{
color: #6E5D4A;
}
.AnyTagClassName
{
color: #6E5D4A;
}
</style>
background-color css
<style>
a { background-color: #6E5D4A; }
a { background-color: rgb(110,93,74); }
div.DivClassName
{
background-color: #6E5D4A;
}
.BgClassName
{
background-color: #6E5D4A;
}
</style>
border-color css
<style>
span { border-color: #6E5D4A; }
span { border-color: rgb(110,93,74); }
td.TdClassName
{
border-color: #6E5D4A;
}
.TagClassName
{
border-color: #6E5D4A;
}
</style>