Shades of Domino #63584C
Tints of Domino #63584C
RGB
CMYK
RGB Variations
Color information
#63584C (or 0x63584C) is known color: Domino. HEX triplet: 63, 58 and 4C. RGB value is (99,88,76). Sum of RGB (Red+Green+Blue) = 99+88+76=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63584C is #9CA7B3. Grayscale: #595959. Windows color (decimal): -10266548 or 5003363. OLE color: 5003363.
HSL color Cylindrical-coordinate representation of color #63584C: hue angle of 31.3º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63584C is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 76 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.61 |
| HSL | 31.3º | 0.13% | 0.34% | - |
| HSV(B) | 31.3º | 0.23% | 0.39% | - |
| XYZ | 9.94 | 10.15 | 8.27 | - |
| YUV | 89.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 76 | 0 | 0.11 | 0.23 | 0.61 | 31.3 | 0.13 | 0.34 |
| Hex | 63 | 58 | 4C | 0 | B | 17 | 3D | 1F | D | 22 |
| Octal | 143 | 130 | 114 | 0 | 13 | 27 | 75 | 37 | 15 | 42 |
| Binary | 1100011 | 1011000 | 1001100 | 0 | 1011 | 10111 | 111101 | 11111 | 1101 | 100010 |
Color Harmonies of #63584C
Complementary color
Monochromatic Colors of #63584C
Black with #63584C
Text Example
Text Example
White with #63584C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63584C; }
p { color: rgb(99,88,76); }
H1.HeaderClassName
{
color: #63584C;
}
.AnyTagClassName
{
color: #63584C;
}
</style>
background-color css
<style>
a { background-color: #63584C; }
a { background-color: rgb(99,88,76); }
div.DivClassName
{
background-color: #63584C;
}
.BgClassName
{
background-color: #63584C;
}
</style>
border-color css
<style>
span { border-color: #63584C; }
span { border-color: rgb(99,88,76); }
td.TdClassName
{
border-color: #63584C;
}
.TagClassName
{
border-color: #63584C;
}
</style>