Shades of Domino #68594A
Tints of Domino #68594A
RGB
CMYK
RGB Variations
Color information
#68594A (or 0x68594A) is known color: Domino. HEX triplet: 68, 59 and 4A. RGB value is (104,89,74). Sum of RGB (Red+Green+Blue) = 104+89+74=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 89 (35.16% from 255 or 33.33% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68594A is #97A6B5. Grayscale: #5B5B5B. Windows color (decimal): -9938614 or 4872552. OLE color: 4872552.
HSL color Cylindrical-coordinate representation of color #68594A: hue angle of 30º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68594A is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 74 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.59 |
| HSL | 30º | 0.17% | 0.35% | - |
| HSV(B) | 30º | 0.29% | 0.41% | - |
| XYZ | 10.52 | 10.58 | 7.97 | - |
| YUV | 91.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 74 | 0 | 0.14 | 0.29 | 0.59 | 30 | 0.17 | 0.35 |
| Hex | 68 | 59 | 4A | 0 | E | 1D | 3B | 1E | 11 | 23 |
| Octal | 150 | 131 | 112 | 0 | 16 | 35 | 73 | 36 | 21 | 43 |
| Binary | 1101000 | 1011001 | 1001010 | 0 | 1110 | 11101 | 111011 | 11110 | 10001 | 100011 |
Color Harmonies of #68594A
Complementary color
Monochromatic Colors of #68594A
Black with #68594A
Text Example
Text Example
White with #68594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68594A; }
p { color: rgb(104,89,74); }
H1.HeaderClassName
{
color: #68594A;
}
.AnyTagClassName
{
color: #68594A;
}
</style>
background-color css
<style>
a { background-color: #68594A; }
a { background-color: rgb(104,89,74); }
div.DivClassName
{
background-color: #68594A;
}
.BgClassName
{
background-color: #68594A;
}
</style>
border-color css
<style>
span { border-color: #68594A; }
span { border-color: rgb(104,89,74); }
td.TdClassName
{
border-color: #68594A;
}
.TagClassName
{
border-color: #68594A;
}
</style>