Shades of Domino #655749
Tints of Domino #655749
RGB
CMYK
RGB Variations
Color information
#655749 (or 0x655749) is known color: Domino. HEX triplet: 65, 57 and 49. RGB value is (101,87,73). Sum of RGB (Red+Green+Blue) = 101+87+73=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #655749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655749 is #9AA8B6. Grayscale: #595959. Windows color (decimal): -10135735 or 4806501. OLE color: 4806501.
HSL color Cylindrical-coordinate representation of color #655749: hue angle of 30º 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 #655749 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 73 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.60 |
| HSL | 30º | 0.16% | 0.34% | - |
| HSV(B) | 30º | 0.28% | 0.4% | - |
| XYZ | 9.98 | 10.06 | 7.72 | - |
| YUV | 89.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 73 | 0 | 0.14 | 0.28 | 0.60 | 30 | 0.16 | 0.34 |
| Hex | 65 | 57 | 49 | 0 | E | 1C | 3C | 1E | 10 | 22 |
| Octal | 145 | 127 | 111 | 0 | 16 | 34 | 74 | 36 | 20 | 42 |
| Binary | 1100101 | 1010111 | 1001001 | 0 | 1110 | 11100 | 111100 | 11110 | 10000 | 100010 |
Color Harmonies of #655749
Complementary color
Monochromatic Colors of #655749
Black with #655749
Text Example
Text Example
White with #655749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655749; }
p { color: rgb(101,87,73); }
H1.HeaderClassName
{
color: #655749;
}
.AnyTagClassName
{
color: #655749;
}
</style>
background-color css
<style>
a { background-color: #655749; }
a { background-color: rgb(101,87,73); }
div.DivClassName
{
background-color: #655749;
}
.BgClassName
{
background-color: #655749;
}
</style>
border-color css
<style>
span { border-color: #655749; }
span { border-color: rgb(101,87,73); }
td.TdClassName
{
border-color: #655749;
}
.TagClassName
{
border-color: #655749;
}
</style>