Shades of Domino #63574C
Tints of Domino #63574C
RGB
CMYK
RGB Variations
Color information
#63574C (or 0x63574C) is known color: Domino. HEX triplet: 63, 57 and 4C. RGB value is (99,87,76). Sum of RGB (Red+Green+Blue) = 99+87+76=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63574C is #9CA8B3. Grayscale: #595959. Windows color (decimal): -10266804 or 5003107. OLE color: 5003107.
HSL color Cylindrical-coordinate representation of color #63574C: hue angle of 28.7º 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 #63574C is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 76 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.61 |
| HSL | 28.7º | 0.13% | 0.34% | - |
| HSV(B) | 28.7º | 0.23% | 0.39% | - |
| XYZ | 9.86 | 9.99 | 8.25 | - |
| YUV | 89.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 76 | 0 | 0.12 | 0.23 | 0.61 | 28.7 | 0.13 | 0.34 |
| Hex | 63 | 57 | 4C | 0 | C | 17 | 3D | 1D | D | 22 |
| Octal | 143 | 127 | 114 | 0 | 14 | 27 | 75 | 35 | 15 | 42 |
| Binary | 1100011 | 1010111 | 1001100 | 0 | 1100 | 10111 | 111101 | 11101 | 1101 | 100010 |
Color Harmonies of #63574C
Complementary color
Monochromatic Colors of #63574C
Black with #63574C
Text Example
Text Example
White with #63574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63574C; }
p { color: rgb(99,87,76); }
H1.HeaderClassName
{
color: #63574C;
}
.AnyTagClassName
{
color: #63574C;
}
</style>
background-color css
<style>
a { background-color: #63574C; }
a { background-color: rgb(99,87,76); }
div.DivClassName
{
background-color: #63574C;
}
.BgClassName
{
background-color: #63574C;
}
</style>
border-color css
<style>
span { border-color: #63574C; }
span { border-color: rgb(99,87,76); }
td.TdClassName
{
border-color: #63574C;
}
.TagClassName
{
border-color: #63574C;
}
</style>