Shades of Domino #655849
Tints of Domino #655849
RGB
CMYK
RGB Variations
Color information
#655849 (or 0x655849) is known color: Domino. HEX triplet: 65, 58 and 49. RGB value is (101,88,73). Sum of RGB (Red+Green+Blue) = 101+88+73=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #655849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655849 is #9AA7B6. Grayscale: #5A5A5A. Windows color (decimal): -10135479 or 4806757. OLE color: 4806757.
HSL color Cylindrical-coordinate representation of color #655849: hue angle of 32.14º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #655849 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 73 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.60 |
| HSL | 32.14º | 0.16% | 0.34% | - |
| HSV(B) | 32.14º | 0.28% | 0.4% | - |
| XYZ | 10.06 | 10.23 | 7.75 | - |
| YUV | 90.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 73 | 0 | 0.13 | 0.28 | 0.60 | 32.14 | 0.16 | 0.34 |
| Hex | 65 | 58 | 49 | 0 | D | 1C | 3C | 20 | 10 | 22 |
| Octal | 145 | 130 | 111 | 0 | 15 | 34 | 74 | 40 | 20 | 42 |
| Binary | 1100101 | 1011000 | 1001001 | 0 | 1101 | 11100 | 111100 | 100000 | 10000 | 100010 |
Color Harmonies of #655849
Complementary color
Monochromatic Colors of #655849
Black with #655849
Text Example
Text Example
White with #655849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655849; }
p { color: rgb(101,88,73); }
H1.HeaderClassName
{
color: #655849;
}
.AnyTagClassName
{
color: #655849;
}
</style>
background-color css
<style>
a { background-color: #655849; }
a { background-color: rgb(101,88,73); }
div.DivClassName
{
background-color: #655849;
}
.BgClassName
{
background-color: #655849;
}
</style>
border-color css
<style>
span { border-color: #655849; }
span { border-color: rgb(101,88,73); }
td.TdClassName
{
border-color: #655849;
}
.TagClassName
{
border-color: #655849;
}
</style>