Shades of Domino #625950
Tints of Domino #625950
RGB
CMYK
RGB Variations
Color information
#625950 (or 0x625950) is known color: Domino. HEX triplet: 62, 59 and 50. RGB value is (98,89,80). Sum of RGB (Red+Green+Blue) = 98+89+80=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625950 is #9DA6AF. Grayscale: #5A5A5A. Windows color (decimal): -10331824 or 5265762. OLE color: 5265762.
HSL color Cylindrical-coordinate representation of color #625950: hue angle of 30º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625950 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 89 | 80 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.62 |
| HSL | 30º | 0.1% | 0.35% | - |
| HSV(B) | 30º | 0.18% | 0.38% | - |
| XYZ | 10.06 | 10.32 | 9.05 | - |
| YUV | 90.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 89 | 80 | 0 | 0.09 | 0.18 | 0.62 | 30 | 0.1 | 0.35 |
| Hex | 62 | 59 | 50 | 0 | 9 | 12 | 3E | 1E | A | 23 |
| Octal | 142 | 131 | 120 | 0 | 11 | 22 | 76 | 36 | 12 | 43 |
| Binary | 1100010 | 1011001 | 1010000 | 0 | 1001 | 10010 | 111110 | 11110 | 1010 | 100011 |
Color Harmonies of #625950
Complementary color
Monochromatic Colors of #625950
Black with #625950
Text Example
Text Example
White with #625950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625950; }
p { color: rgb(98,89,80); }
H1.HeaderClassName
{
color: #625950;
}
.AnyTagClassName
{
color: #625950;
}
</style>
background-color css
<style>
a { background-color: #625950; }
a { background-color: rgb(98,89,80); }
div.DivClassName
{
background-color: #625950;
}
.BgClassName
{
background-color: #625950;
}
</style>
border-color css
<style>
span { border-color: #625950; }
span { border-color: rgb(98,89,80); }
td.TdClassName
{
border-color: #625950;
}
.TagClassName
{
border-color: #625950;
}
</style>