Shades of Domino #6A5849
Tints of Domino #6A5849
RGB
CMYK
RGB Variations
Color information
#6A5849 (or 0x6A5849) is known color: Domino. HEX triplet: 6A, 58 and 49. RGB value is (106,88,73). Sum of RGB (Red+Green+Blue) = 106+88+73=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A5849 is #95A7B6. Grayscale: #5B5B5B. Windows color (decimal): -9807799 or 4806762. OLE color: 4806762.
HSL color Cylindrical-coordinate representation of color #6A5849: hue angle of 27.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A5849 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 88 | 73 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.58 |
| HSL | 27.27º | 0.18% | 0.35% | - |
| HSV(B) | 27.27º | 0.31% | 0.42% | - |
| XYZ | 10.64 | 10.52 | 7.77 | - |
| YUV | 91.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 73 | 0 | 0.17 | 0.31 | 0.58 | 27.27 | 0.18 | 0.35 |
| Hex | 6A | 58 | 49 | 0 | 11 | 1F | 3A | 1B | 12 | 23 |
| Octal | 152 | 130 | 111 | 0 | 21 | 37 | 72 | 33 | 22 | 43 |
| Binary | 1101010 | 1011000 | 1001001 | 0 | 10001 | 11111 | 111010 | 11011 | 10010 | 100011 |
Color Harmonies of #6A5849
Complementary color
Monochromatic Colors of #6A5849
Black with #6A5849
Text Example
Text Example
White with #6A5849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5849; }
p { color: rgb(106,88,73); }
H1.HeaderClassName
{
color: #6A5849;
}
.AnyTagClassName
{
color: #6A5849;
}
</style>
background-color css
<style>
a { background-color: #6A5849; }
a { background-color: rgb(106,88,73); }
div.DivClassName
{
background-color: #6A5849;
}
.BgClassName
{
background-color: #6A5849;
}
</style>
border-color css
<style>
span { border-color: #6A5849; }
span { border-color: rgb(106,88,73); }
td.TdClassName
{
border-color: #6A5849;
}
.TagClassName
{
border-color: #6A5849;
}
</style>