Shades of Domino #65574E
Tints of Domino #65574E
RGB
CMYK
RGB Variations
Color information
#65574E (or 0x65574E) is known color: Domino. HEX triplet: 65, 57 and 4E. RGB value is (101,87,78). Sum of RGB (Red+Green+Blue) = 101+87+78=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #65574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65574E is #9AA8B1. Grayscale: #5A5A5A. Windows color (decimal): -10135730 or 5134181. OLE color: 5134181.
HSL color Cylindrical-coordinate representation of color #65574E: hue angle of 23.48º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65574E is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 78 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.60 |
| HSL | 23.48º | 0.13% | 0.35% | - |
| HSV(B) | 23.48º | 0.23% | 0.4% | - |
| XYZ | 10.15 | 10.13 | 8.63 | - |
| YUV | 90.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 78 | 0 | 0.14 | 0.23 | 0.60 | 23.48 | 0.13 | 0.35 |
| Hex | 65 | 57 | 4E | 0 | E | 17 | 3C | 17 | D | 23 |
| Octal | 145 | 127 | 116 | 0 | 16 | 27 | 74 | 27 | 15 | 43 |
| Binary | 1100101 | 1010111 | 1001110 | 0 | 1110 | 10111 | 111100 | 10111 | 1101 | 100011 |
Color Harmonies of #65574E
Complementary color
Monochromatic Colors of #65574E
Black with #65574E
Text Example
Text Example
White with #65574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65574E; }
p { color: rgb(101,87,78); }
H1.HeaderClassName
{
color: #65574E;
}
.AnyTagClassName
{
color: #65574E;
}
</style>
background-color css
<style>
a { background-color: #65574E; }
a { background-color: rgb(101,87,78); }
div.DivClassName
{
background-color: #65574E;
}
.BgClassName
{
background-color: #65574E;
}
</style>
border-color css
<style>
span { border-color: #65574E; }
span { border-color: rgb(101,87,78); }
td.TdClassName
{
border-color: #65574E;
}
.TagClassName
{
border-color: #65574E;
}
</style>