Shades of Domino #6A5A4C
Tints of Domino #6A5A4C
RGB
CMYK
RGB Variations
Color information
#6A5A4C (or 0x6A5A4C) is known color: Domino. HEX triplet: 6A, 5A and 4C. RGB value is (106,90,76). Sum of RGB (Red+Green+Blue) = 106+90+76=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5A4C is #95A5B3. Grayscale: #5D5D5D. Windows color (decimal): -9807284 or 5003882. OLE color: 5003882.
HSL color Cylindrical-coordinate representation of color #6A5A4C: hue angle of 28º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A5A4C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 90 | 76 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.58 |
| HSL | 28º | 0.16% | 0.36% | - |
| HSV(B) | 28º | 0.28% | 0.42% | - |
| XYZ | 10.9 | 10.9 | 8.37 | - |
| YUV | 93.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 90 | 76 | 0 | 0.15 | 0.28 | 0.58 | 28 | 0.16 | 0.36 |
| Hex | 6A | 5A | 4C | 0 | F | 1C | 3A | 1C | 10 | 24 |
| Octal | 152 | 132 | 114 | 0 | 17 | 34 | 72 | 34 | 20 | 44 |
| Binary | 1101010 | 1011010 | 1001100 | 0 | 1111 | 11100 | 111010 | 11100 | 10000 | 100100 |
Color Harmonies of #6A5A4C
Complementary color
Monochromatic Colors of #6A5A4C
Black with #6A5A4C
Text Example
Text Example
White with #6A5A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5A4C; }
p { color: rgb(106,90,76); }
H1.HeaderClassName
{
color: #6A5A4C;
}
.AnyTagClassName
{
color: #6A5A4C;
}
</style>
background-color css
<style>
a { background-color: #6A5A4C; }
a { background-color: rgb(106,90,76); }
div.DivClassName
{
background-color: #6A5A4C;
}
.BgClassName
{
background-color: #6A5A4C;
}
</style>
border-color css
<style>
span { border-color: #6A5A4C; }
span { border-color: rgb(106,90,76); }
td.TdClassName
{
border-color: #6A5A4C;
}
.TagClassName
{
border-color: #6A5A4C;
}
</style>