Shades of Domino #6A5D50
Tints of Domino #6A5D50
RGB
CMYK
RGB Variations
Color information
#6A5D50 (or 0x6A5D50) is known color: Domino. HEX triplet: 6A, 5D and 50. RGB value is (106,93,80). Sum of RGB (Red+Green+Blue) = 106+93+80=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5D50 is #95A2AF. Grayscale: #5F5F5F. Windows color (decimal): -9806512 or 5266794. OLE color: 5266794.
HSL color Cylindrical-coordinate representation of color #6A5D50: hue angle of 30º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5D50 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 93 | 80 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.58 |
| HSL | 30º | 0.14% | 0.36% | - |
| HSV(B) | 30º | 0.25% | 0.42% | - |
| XYZ | 11.31 | 11.47 | 9.21 | - |
| YUV | 95.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 80 | 0 | 0.12 | 0.25 | 0.58 | 30 | 0.14 | 0.36 |
| Hex | 6A | 5D | 50 | 0 | C | 19 | 3A | 1E | E | 24 |
| Octal | 152 | 135 | 120 | 0 | 14 | 31 | 72 | 36 | 16 | 44 |
| Binary | 1101010 | 1011101 | 1010000 | 0 | 1100 | 11001 | 111010 | 11110 | 1110 | 100100 |
Color Harmonies of #6A5D50
Complementary color
Monochromatic Colors of #6A5D50
Black with #6A5D50
Text Example
Text Example
White with #6A5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5D50; }
p { color: rgb(106,93,80); }
H1.HeaderClassName
{
color: #6A5D50;
}
.AnyTagClassName
{
color: #6A5D50;
}
</style>
background-color css
<style>
a { background-color: #6A5D50; }
a { background-color: rgb(106,93,80); }
div.DivClassName
{
background-color: #6A5D50;
}
.BgClassName
{
background-color: #6A5D50;
}
</style>
border-color css
<style>
span { border-color: #6A5D50; }
span { border-color: rgb(106,93,80); }
td.TdClassName
{
border-color: #6A5D50;
}
.TagClassName
{
border-color: #6A5D50;
}
</style>