Shades of Domino #635A51
Tints of Domino #635A51
RGB
CMYK
RGB Variations
Color information
#635A51 (or 0x635A51) is known color: Domino. HEX triplet: 63, 5A and 51. RGB value is (99,90,81). Sum of RGB (Red+Green+Blue) = 99+90+81=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A51 is #9CA5AE. Grayscale: #5B5B5B. Windows color (decimal): -10266031 or 5331555. OLE color: 5331555.
HSL color Cylindrical-coordinate representation of color #635A51: hue angle of 30º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #635A51 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 81 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.61 |
| HSL | 30º | 0.1% | 0.35% | - |
| HSV(B) | 30º | 0.18% | 0.39% | - |
| XYZ | 10.29 | 10.56 | 9.28 | - |
| YUV | 91.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 81 | 0 | 0.09 | 0.18 | 0.61 | 30 | 0.1 | 0.35 |
| Hex | 63 | 5A | 51 | 0 | 9 | 12 | 3D | 1E | A | 23 |
| Octal | 143 | 132 | 121 | 0 | 11 | 22 | 75 | 36 | 12 | 43 |
| Binary | 1100011 | 1011010 | 1010001 | 0 | 1001 | 10010 | 111101 | 11110 | 1010 | 100011 |
Color Harmonies of #635A51
Complementary color
Monochromatic Colors of #635A51
Black with #635A51
Text Example
Text Example
White with #635A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A51; }
p { color: rgb(99,90,81); }
H1.HeaderClassName
{
color: #635A51;
}
.AnyTagClassName
{
color: #635A51;
}
</style>
background-color css
<style>
a { background-color: #635A51; }
a { background-color: rgb(99,90,81); }
div.DivClassName
{
background-color: #635A51;
}
.BgClassName
{
background-color: #635A51;
}
</style>
border-color css
<style>
span { border-color: #635A51; }
span { border-color: rgb(99,90,81); }
td.TdClassName
{
border-color: #635A51;
}
.TagClassName
{
border-color: #635A51;
}
</style>