Shades of Domino #68594C
Tints of Domino #68594C
RGB
CMYK
RGB Variations
Color information
#68594C (or 0x68594C) is known color: Domino. HEX triplet: 68, 59 and 4C. RGB value is (104,89,76). Sum of RGB (Red+Green+Blue) = 104+89+76=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68594C is #97A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9938612 or 5003624. OLE color: 5003624.
HSL color Cylindrical-coordinate representation of color #68594C: hue angle of 27.86º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68594C is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 76 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.59 |
| HSL | 27.86º | 0.16% | 0.35% | - |
| HSV(B) | 27.86º | 0.27% | 0.41% | - |
| XYZ | 10.59 | 10.61 | 8.33 | - |
| YUV | 92 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 76 | 0 | 0.14 | 0.27 | 0.59 | 27.86 | 0.16 | 0.35 |
| Hex | 68 | 59 | 4C | 0 | E | 1B | 3B | 1C | 10 | 23 |
| Octal | 150 | 131 | 114 | 0 | 16 | 33 | 73 | 34 | 20 | 43 |
| Binary | 1101000 | 1011001 | 1001100 | 0 | 1110 | 11011 | 111011 | 11100 | 10000 | 100011 |
Color Harmonies of #68594C
Complementary color
Monochromatic Colors of #68594C
Black with #68594C
Text Example
Text Example
White with #68594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68594C; }
p { color: rgb(104,89,76); }
H1.HeaderClassName
{
color: #68594C;
}
.AnyTagClassName
{
color: #68594C;
}
</style>
background-color css
<style>
a { background-color: #68594C; }
a { background-color: rgb(104,89,76); }
div.DivClassName
{
background-color: #68594C;
}
.BgClassName
{
background-color: #68594C;
}
</style>
border-color css
<style>
span { border-color: #68594C; }
span { border-color: rgb(104,89,76); }
td.TdClassName
{
border-color: #68594C;
}
.TagClassName
{
border-color: #68594C;
}
</style>