Shades of Domino #645950
Tints of Domino #645950
RGB
CMYK
RGB Variations
Color information
#645950 (or 0x645950) is known color: Domino. HEX triplet: 64, 59 and 50. RGB value is (100,89,80). Sum of RGB (Red+Green+Blue) = 100+89+80=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 100 - color contains mainly: red. Hex color #645950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645950 is #9BA6AF. Grayscale: #5B5B5B. Windows color (decimal): -10200752 or 5265764. OLE color: 5265764.
HSL color Cylindrical-coordinate representation of color #645950: hue angle of 27º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #645950 is Cyan = 0, Magento = 0.11, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 89 | 80 | - |
| CMYK | 0 | 0.11 | 0.2 | 0.61 |
| HSL | 27º | 0.11% | 0.35% | - |
| HSV(B) | 27º | 0.2% | 0.39% | - |
| XYZ | 10.28 | 10.43 | 9.06 | - |
| YUV | 91.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 89 | 80 | 0 | 0.11 | 0.2 | 0.61 | 27 | 0.11 | 0.35 |
| Hex | 64 | 59 | 50 | 0 | B | 14 | 3D | 1B | B | 23 |
| Octal | 144 | 131 | 120 | 0 | 13 | 24 | 75 | 33 | 13 | 43 |
| Binary | 1100100 | 1011001 | 1010000 | 0 | 1011 | 10100 | 111101 | 11011 | 1011 | 100011 |
Color Harmonies of #645950
Complementary color
Monochromatic Colors of #645950
Black with #645950
Text Example
Text Example
White with #645950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645950; }
p { color: rgb(100,89,80); }
H1.HeaderClassName
{
color: #645950;
}
.AnyTagClassName
{
color: #645950;
}
</style>
background-color css
<style>
a { background-color: #645950; }
a { background-color: rgb(100,89,80); }
div.DivClassName
{
background-color: #645950;
}
.BgClassName
{
background-color: #645950;
}
</style>
border-color css
<style>
span { border-color: #645950; }
span { border-color: rgb(100,89,80); }
td.TdClassName
{
border-color: #645950;
}
.TagClassName
{
border-color: #645950;
}
</style>