Shades of Domino #685C50
Tints of Domino #685C50
RGB
CMYK
RGB Variations
Color information
#685C50 (or 0x685C50) is known color: Domino. HEX triplet: 68, 5C and 50. RGB value is (104,92,80). Sum of RGB (Red+Green+Blue) = 104+92+80=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #685C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C50 is #97A3AF. Grayscale: #5E5E5E. Windows color (decimal): -9937840 or 5266536. OLE color: 5266536.
HSL color Cylindrical-coordinate representation of color #685C50: hue angle of 30º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685C50 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 80 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.59 |
| HSL | 30º | 0.13% | 0.36% | - |
| HSV(B) | 30º | 0.23% | 0.41% | - |
| XYZ | 10.98 | 11.18 | 9.17 | - |
| YUV | 94.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 80 | 0 | 0.12 | 0.23 | 0.59 | 30 | 0.13 | 0.36 |
| Hex | 68 | 5C | 50 | 0 | C | 17 | 3B | 1E | D | 24 |
| Octal | 150 | 134 | 120 | 0 | 14 | 27 | 73 | 36 | 15 | 44 |
| Binary | 1101000 | 1011100 | 1010000 | 0 | 1100 | 10111 | 111011 | 11110 | 1101 | 100100 |
Color Harmonies of #685C50
Complementary color
Monochromatic Colors of #685C50
Black with #685C50
Text Example
Text Example
White with #685C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C50; }
p { color: rgb(104,92,80); }
H1.HeaderClassName
{
color: #685C50;
}
.AnyTagClassName
{
color: #685C50;
}
</style>
background-color css
<style>
a { background-color: #685C50; }
a { background-color: rgb(104,92,80); }
div.DivClassName
{
background-color: #685C50;
}
.BgClassName
{
background-color: #685C50;
}
</style>
border-color css
<style>
span { border-color: #685C50; }
span { border-color: rgb(104,92,80); }
td.TdClassName
{
border-color: #685C50;
}
.TagClassName
{
border-color: #685C50;
}
</style>