Shades of Domino #6A594E
Tints of Domino #6A594E
RGB
CMYK
RGB Variations
Color information
#6A594E (or 0x6A594E) is known color: Domino. HEX triplet: 6A, 59 and 4E. RGB value is (106,89,78). Sum of RGB (Red+Green+Blue) = 106+89+78=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A594E is #95A6B1. Grayscale: #5C5C5C. Windows color (decimal): -9807538 or 5134698. OLE color: 5134698.
HSL color Cylindrical-coordinate representation of color #6A594E: hue angle of 23.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A594E is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 89 | 78 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.58 |
| HSL | 23.57º | 0.15% | 0.36% | - |
| HSV(B) | 23.57º | 0.26% | 0.42% | - |
| XYZ | 10.89 | 10.76 | 8.71 | - |
| YUV | 92.83 | 119.63 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 78 | 0 | 0.16 | 0.26 | 0.58 | 23.57 | 0.15 | 0.36 |
| Hex | 6A | 59 | 4E | 0 | 10 | 1A | 3A | 18 | F | 24 |
| Octal | 152 | 131 | 116 | 0 | 20 | 32 | 72 | 30 | 17 | 44 |
| Binary | 1101010 | 1011001 | 1001110 | 0 | 10000 | 11010 | 111010 | 11000 | 1111 | 100100 |
Color Harmonies of #6A594E
Complementary color
Monochromatic Colors of #6A594E
Black with #6A594E
Text Example
Text Example
White with #6A594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A594E; }
p { color: rgb(106,89,78); }
H1.HeaderClassName
{
color: #6A594E;
}
.AnyTagClassName
{
color: #6A594E;
}
</style>
background-color css
<style>
a { background-color: #6A594E; }
a { background-color: rgb(106,89,78); }
div.DivClassName
{
background-color: #6A594E;
}
.BgClassName
{
background-color: #6A594E;
}
</style>
border-color css
<style>
span { border-color: #6A594E; }
span { border-color: rgb(106,89,78); }
td.TdClassName
{
border-color: #6A594E;
}
.TagClassName
{
border-color: #6A594E;
}
</style>