Shades of Domino #61584F
Tints of Domino #61584F
RGB
CMYK
RGB Variations
Color information
#61584F (or 0x61584F) is known color: Domino. HEX triplet: 61, 58 and 4F. RGB value is (97,88,79). Sum of RGB (Red+Green+Blue) = 97+88+79=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 88 (34.77% from 255 or 33.33% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #61584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61584F is #9EA7B0. Grayscale: #595959. Windows color (decimal): -10397617 or 5199969. OLE color: 5199969.
HSL color Cylindrical-coordinate representation of color #61584F: hue angle of 30º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #61584F is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 79 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.62 |
| HSL | 30º | 0.1% | 0.35% | - |
| HSV(B) | 30º | 0.19% | 0.38% | - |
| XYZ | 9.83 | 10.09 | 8.83 | - |
| YUV | 89.67 | 121.98 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 79 | 0 | 0.09 | 0.19 | 0.62 | 30 | 0.1 | 0.35 |
| Hex | 61 | 58 | 4F | 0 | 9 | 13 | 3E | 1E | A | 23 |
| Octal | 141 | 130 | 117 | 0 | 11 | 23 | 76 | 36 | 12 | 43 |
| Binary | 1100001 | 1011000 | 1001111 | 0 | 1001 | 10011 | 111110 | 11110 | 1010 | 100011 |
Color Harmonies of #61584F
Complementary color
Monochromatic Colors of #61584F
Black with #61584F
Text Example
Text Example
White with #61584F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61584F; }
p { color: rgb(97,88,79); }
H1.HeaderClassName
{
color: #61584F;
}
.AnyTagClassName
{
color: #61584F;
}
</style>
background-color css
<style>
a { background-color: #61584F; }
a { background-color: rgb(97,88,79); }
div.DivClassName
{
background-color: #61584F;
}
.BgClassName
{
background-color: #61584F;
}
</style>
border-color css
<style>
span { border-color: #61584F; }
span { border-color: rgb(97,88,79); }
td.TdClassName
{
border-color: #61584F;
}
.TagClassName
{
border-color: #61584F;
}
</style>