Shades of Domino #625850
Tints of Domino #625850
RGB
CMYK
RGB Variations
Color information
#625850 (or 0x625850) is known color: Domino. HEX triplet: 62, 58 and 50. RGB value is (98,88,80). Sum of RGB (Red+Green+Blue) = 98+88+80=266 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.84% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 98 - color contains mainly: red. Hex color #625850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625850 is #9DA7AF. Grayscale: #5A5A5A. Windows color (decimal): -10332080 or 5265506. OLE color: 5265506.
HSL color Cylindrical-coordinate representation of color #625850: hue angle of 26.67º 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 #625850 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 88 | 80 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.62 |
| HSL | 26.67º | 0.1% | 0.35% | - |
| HSV(B) | 26.67º | 0.18% | 0.38% | - |
| XYZ | 9.97 | 10.16 | 9.02 | - |
| YUV | 90.08 | 122.31 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 88 | 80 | 0 | 0.10 | 0.18 | 0.62 | 26.67 | 0.1 | 0.35 |
| Hex | 62 | 58 | 50 | 0 | A | 12 | 3E | 1B | A | 23 |
| Octal | 142 | 130 | 120 | 0 | 12 | 22 | 76 | 33 | 12 | 43 |
| Binary | 1100010 | 1011000 | 1010000 | 0 | 1010 | 10010 | 111110 | 11011 | 1010 | 100011 |
Color Harmonies of #625850
Complementary color
Monochromatic Colors of #625850
Black with #625850
Text Example
Text Example
White with #625850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625850; }
p { color: rgb(98,88,80); }
H1.HeaderClassName
{
color: #625850;
}
.AnyTagClassName
{
color: #625850;
}
</style>
background-color css
<style>
a { background-color: #625850; }
a { background-color: rgb(98,88,80); }
div.DivClassName
{
background-color: #625850;
}
.BgClassName
{
background-color: #625850;
}
</style>
border-color css
<style>
span { border-color: #625850; }
span { border-color: rgb(98,88,80); }
td.TdClassName
{
border-color: #625850;
}
.TagClassName
{
border-color: #625850;
}
</style>