Shades of Domino #68584A
Tints of Domino #68584A
RGB
CMYK
RGB Variations
Color information
#68584A (or 0x68584A) is known color: Domino. HEX triplet: 68, 58 and 4A. RGB value is (104,88,74). Sum of RGB (Red+Green+Blue) = 104+88+74=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68584A is #97A7B5. Grayscale: #5B5B5B. Windows color (decimal): -9938870 or 4872296. OLE color: 4872296.
HSL color Cylindrical-coordinate representation of color #68584A: hue angle of 28º 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 #68584A is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 88 | 74 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.59 |
| HSL | 28º | 0.17% | 0.35% | - |
| HSV(B) | 28º | 0.29% | 0.41% | - |
| XYZ | 10.43 | 10.42 | 7.94 | - |
| YUV | 91.19 | 118.3 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 88 | 74 | 0 | 0.15 | 0.29 | 0.59 | 28 | 0.17 | 0.35 |
| Hex | 68 | 58 | 4A | 0 | F | 1D | 3B | 1C | 11 | 23 |
| Octal | 150 | 130 | 112 | 0 | 17 | 35 | 73 | 34 | 21 | 43 |
| Binary | 1101000 | 1011000 | 1001010 | 0 | 1111 | 11101 | 111011 | 11100 | 10001 | 100011 |
Color Harmonies of #68584A
Complementary color
Monochromatic Colors of #68584A
Black with #68584A
Text Example
Text Example
White with #68584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68584A; }
p { color: rgb(104,88,74); }
H1.HeaderClassName
{
color: #68584A;
}
.AnyTagClassName
{
color: #68584A;
}
</style>
background-color css
<style>
a { background-color: #68584A; }
a { background-color: rgb(104,88,74); }
div.DivClassName
{
background-color: #68584A;
}
.BgClassName
{
background-color: #68584A;
}
</style>
border-color css
<style>
span { border-color: #68584A; }
span { border-color: rgb(104,88,74); }
td.TdClassName
{
border-color: #68584A;
}
.TagClassName
{
border-color: #68584A;
}
</style>