Shades of Domino #63564A
Tints of Domino #63564A
RGB
CMYK
RGB Variations
Color information
#63564A (or 0x63564A) is known color: Domino. HEX triplet: 63, 56 and 4A. RGB value is (99,86,74). Sum of RGB (Red+Green+Blue) = 99+86+74=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #63564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63564A is #9CA9B5. Grayscale: #585858. Windows color (decimal): -10267062 or 4871779. OLE color: 4871779.
HSL color Cylindrical-coordinate representation of color #63564A: hue angle of 28.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63564A is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 74 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.61 |
| HSL | 28.8º | 0.14% | 0.34% | - |
| HSV(B) | 28.8º | 0.25% | 0.39% | - |
| XYZ | 9.71 | 9.8 | 7.86 | - |
| YUV | 88.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 74 | 0 | 0.13 | 0.25 | 0.61 | 28.8 | 0.14 | 0.34 |
| Hex | 63 | 56 | 4A | 0 | D | 19 | 3D | 1D | E | 22 |
| Octal | 143 | 126 | 112 | 0 | 15 | 31 | 75 | 35 | 16 | 42 |
| Binary | 1100011 | 1010110 | 1001010 | 0 | 1101 | 11001 | 111101 | 11101 | 1110 | 100010 |
Color Harmonies of #63564A
Complementary color
Monochromatic Colors of #63564A
Black with #63564A
Text Example
Text Example
White with #63564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63564A; }
p { color: rgb(99,86,74); }
H1.HeaderClassName
{
color: #63564A;
}
.AnyTagClassName
{
color: #63564A;
}
</style>
background-color css
<style>
a { background-color: #63564A; }
a { background-color: rgb(99,86,74); }
div.DivClassName
{
background-color: #63564A;
}
.BgClassName
{
background-color: #63564A;
}
</style>
border-color css
<style>
span { border-color: #63564A; }
span { border-color: rgb(99,86,74); }
td.TdClassName
{
border-color: #63564A;
}
.TagClassName
{
border-color: #63564A;
}
</style>