Shades of Domino #65574D
Tints of Domino #65574D
RGB
CMYK
RGB Variations
Color information
#65574D (or 0x65574D) is known color: Domino. HEX triplet: 65, 57 and 4D. RGB value is (101,87,77). Sum of RGB (Red+Green+Blue) = 101+87+77=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #65574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65574D is #9AA8B2. Grayscale: #5A5A5A. Windows color (decimal): -10135731 or 5068645. OLE color: 5068645.
HSL color Cylindrical-coordinate representation of color #65574D: hue angle of 25º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65574D is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 77 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.60 |
| HSL | 25º | 0.13% | 0.35% | - |
| HSV(B) | 25º | 0.24% | 0.4% | - |
| XYZ | 10.11 | 10.12 | 8.44 | - |
| YUV | 90.05 | 120.64 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 77 | 0 | 0.14 | 0.24 | 0.60 | 25 | 0.13 | 0.35 |
| Hex | 65 | 57 | 4D | 0 | E | 18 | 3C | 19 | D | 23 |
| Octal | 145 | 127 | 115 | 0 | 16 | 30 | 74 | 31 | 15 | 43 |
| Binary | 1100101 | 1010111 | 1001101 | 0 | 1110 | 11000 | 111100 | 11001 | 1101 | 100011 |
Color Harmonies of #65574D
Complementary color
Monochromatic Colors of #65574D
Black with #65574D
Text Example
Text Example
White with #65574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65574D; }
p { color: rgb(101,87,77); }
H1.HeaderClassName
{
color: #65574D;
}
.AnyTagClassName
{
color: #65574D;
}
</style>
background-color css
<style>
a { background-color: #65574D; }
a { background-color: rgb(101,87,77); }
div.DivClassName
{
background-color: #65574D;
}
.BgClassName
{
background-color: #65574D;
}
</style>
border-color css
<style>
span { border-color: #65574D; }
span { border-color: rgb(101,87,77); }
td.TdClassName
{
border-color: #65574D;
}
.TagClassName
{
border-color: #65574D;
}
</style>