Shades of Domino #685A4C
Tints of Domino #685A4C
RGB
CMYK
RGB Variations
Color information
#685A4C (or 0x685A4C) is known color: Domino. HEX triplet: 68, 5A and 4C. RGB value is (104,90,76). Sum of RGB (Red+Green+Blue) = 104+90+76=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 104 - color contains mainly: red. Hex color #685A4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A4C is #97A5B3. Grayscale: #5C5C5C. Windows color (decimal): -9938356 or 5003880. OLE color: 5003880.
HSL color Cylindrical-coordinate representation of color #685A4C: hue angle of 30º 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 #685A4C is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 76 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.59 |
| HSL | 30º | 0.16% | 0.35% | - |
| HSV(B) | 30º | 0.27% | 0.41% | - |
| XYZ | 10.67 | 10.78 | 8.36 | - |
| YUV | 92.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 76 | 0 | 0.13 | 0.27 | 0.59 | 30 | 0.16 | 0.35 |
| Hex | 68 | 5A | 4C | 0 | D | 1B | 3B | 1E | 10 | 23 |
| Octal | 150 | 132 | 114 | 0 | 15 | 33 | 73 | 36 | 20 | 43 |
| Binary | 1101000 | 1011010 | 1001100 | 0 | 1101 | 11011 | 111011 | 11110 | 10000 | 100011 |
Color Harmonies of #685A4C
Complementary color
Monochromatic Colors of #685A4C
Black with #685A4C
Text Example
Text Example
White with #685A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A4C; }
p { color: rgb(104,90,76); }
H1.HeaderClassName
{
color: #685A4C;
}
.AnyTagClassName
{
color: #685A4C;
}
</style>
background-color css
<style>
a { background-color: #685A4C; }
a { background-color: rgb(104,90,76); }
div.DivClassName
{
background-color: #685A4C;
}
.BgClassName
{
background-color: #685A4C;
}
</style>
border-color css
<style>
span { border-color: #685A4C; }
span { border-color: rgb(104,90,76); }
td.TdClassName
{
border-color: #685A4C;
}
.TagClassName
{
border-color: #685A4C;
}
</style>