Shades of Domino #635850
Tints of Domino #635850
RGB
CMYK
RGB Variations
Color information
#635850 (or 0x635850) is known color: Domino. HEX triplet: 63, 58 and 50. RGB value is (99,88,80). Sum of RGB (Red+Green+Blue) = 99+88+80=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #635850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635850 is #9CA7AF. Grayscale: #5A5A5A. Windows color (decimal): -10266544 or 5265507. OLE color: 5265507.
HSL color Cylindrical-coordinate representation of color #635850: hue angle of 25.26º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #635850 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 80 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.61 |
| HSL | 25.26º | 0.11% | 0.35% | - |
| HSV(B) | 25.26º | 0.19% | 0.39% | - |
| XYZ | 10.08 | 10.21 | 9.03 | - |
| YUV | 90.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 80 | 0 | 0.11 | 0.19 | 0.61 | 25.26 | 0.11 | 0.35 |
| Hex | 63 | 58 | 50 | 0 | B | 13 | 3D | 19 | B | 23 |
| Octal | 143 | 130 | 120 | 0 | 13 | 23 | 75 | 31 | 13 | 43 |
| Binary | 1100011 | 1011000 | 1010000 | 0 | 1011 | 10011 | 111101 | 11001 | 1011 | 100011 |
Color Harmonies of #635850
Complementary color
Monochromatic Colors of #635850
Black with #635850
Text Example
Text Example
White with #635850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635850; }
p { color: rgb(99,88,80); }
H1.HeaderClassName
{
color: #635850;
}
.AnyTagClassName
{
color: #635850;
}
</style>
background-color css
<style>
a { background-color: #635850; }
a { background-color: rgb(99,88,80); }
div.DivClassName
{
background-color: #635850;
}
.BgClassName
{
background-color: #635850;
}
</style>
border-color css
<style>
span { border-color: #635850; }
span { border-color: rgb(99,88,80); }
td.TdClassName
{
border-color: #635850;
}
.TagClassName
{
border-color: #635850;
}
</style>