Shades of Domino #63564B
Tints of Domino #63564B
RGB
CMYK
RGB Variations
Color information
#63564B (or 0x63564B) is known color: Domino. HEX triplet: 63, 56 and 4B. RGB value is (99,86,75). Sum of RGB (Red+Green+Blue) = 99+86+75=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63564B is #9CA9B4. Grayscale: #585858. Windows color (decimal): -10267061 or 4937315. OLE color: 4937315.
HSL color Cylindrical-coordinate representation of color #63564B: hue angle of 27.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63564B is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 86 | 75 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.61 |
| HSL | 27.5º | 0.14% | 0.34% | - |
| HSV(B) | 27.5º | 0.24% | 0.39% | - |
| XYZ | 9.74 | 9.82 | 8.04 | - |
| YUV | 88.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 75 | 0 | 0.13 | 0.24 | 0.61 | 27.5 | 0.14 | 0.34 |
| Hex | 63 | 56 | 4B | 0 | D | 18 | 3D | 1C | E | 22 |
| Octal | 143 | 126 | 113 | 0 | 15 | 30 | 75 | 34 | 16 | 42 |
| Binary | 1100011 | 1010110 | 1001011 | 0 | 1101 | 11000 | 111101 | 11100 | 1110 | 100010 |
Color Harmonies of #63564B
Complementary color
Monochromatic Colors of #63564B
Black with #63564B
Text Example
Text Example
White with #63564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63564B; }
p { color: rgb(99,86,75); }
H1.HeaderClassName
{
color: #63564B;
}
.AnyTagClassName
{
color: #63564B;
}
</style>
background-color css
<style>
a { background-color: #63564B; }
a { background-color: rgb(99,86,75); }
div.DivClassName
{
background-color: #63564B;
}
.BgClassName
{
background-color: #63564B;
}
</style>
border-color css
<style>
span { border-color: #63564B; }
span { border-color: rgb(99,86,75); }
td.TdClassName
{
border-color: #63564B;
}
.TagClassName
{
border-color: #63564B;
}
</style>