Shades of Domino #64574D
Tints of Domino #64574D
RGB
CMYK
RGB Variations
Color information
#64574D (or 0x64574D) is known color: Domino. HEX triplet: 64, 57 and 4D. RGB value is (100,87,77). Sum of RGB (Red+Green+Blue) = 100+87+77=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #64574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64574D is #9BA8B2. Grayscale: #595959. Windows color (decimal): -10201267 or 5068644. OLE color: 5068644.
HSL color Cylindrical-coordinate representation of color #64574D: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64574D is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 87 | 77 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.61 |
| HSL | 26.09º | 0.13% | 0.35% | - |
| HSV(B) | 26.09º | 0.23% | 0.39% | - |
| XYZ | 10 | 10.06 | 8.44 | - |
| YUV | 89.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 87 | 77 | 0 | 0.13 | 0.23 | 0.61 | 26.09 | 0.13 | 0.35 |
| Hex | 64 | 57 | 4D | 0 | D | 17 | 3D | 1A | D | 23 |
| Octal | 144 | 127 | 115 | 0 | 15 | 27 | 75 | 32 | 15 | 43 |
| Binary | 1100100 | 1010111 | 1001101 | 0 | 1101 | 10111 | 111101 | 11010 | 1101 | 100011 |
Color Harmonies of #64574D
Complementary color
Monochromatic Colors of #64574D
Black with #64574D
Text Example
Text Example
White with #64574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64574D; }
p { color: rgb(100,87,77); }
H1.HeaderClassName
{
color: #64574D;
}
.AnyTagClassName
{
color: #64574D;
}
</style>
background-color css
<style>
a { background-color: #64574D; }
a { background-color: rgb(100,87,77); }
div.DivClassName
{
background-color: #64574D;
}
.BgClassName
{
background-color: #64574D;
}
</style>
border-color css
<style>
span { border-color: #64574D; }
span { border-color: rgb(100,87,77); }
td.TdClassName
{
border-color: #64574D;
}
.TagClassName
{
border-color: #64574D;
}
</style>