Shades of Domino #685C4F
Tints of Domino #685C4F
RGB
CMYK
RGB Variations
Color information
#685C4F (or 0x685C4F) is known color: Domino. HEX triplet: 68, 5C and 4F. RGB value is (104,92,79). Sum of RGB (Red+Green+Blue) = 104+92+79=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 79 (31.25% from 255 or 28.73% from 275); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C4F is #97A3B0. Grayscale: #5E5E5E. Windows color (decimal): -9937841 or 5201000. OLE color: 5201000.
HSL color Cylindrical-coordinate representation of color #685C4F: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685C4F is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 79 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.59 |
| HSL | 31.2º | 0.14% | 0.36% | - |
| HSV(B) | 31.2º | 0.24% | 0.41% | - |
| XYZ | 10.95 | 11.16 | 8.97 | - |
| YUV | 94.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 79 | 0 | 0.12 | 0.24 | 0.59 | 31.2 | 0.14 | 0.36 |
| Hex | 68 | 5C | 4F | 0 | C | 18 | 3B | 1F | E | 24 |
| Octal | 150 | 134 | 117 | 0 | 14 | 30 | 73 | 37 | 16 | 44 |
| Binary | 1101000 | 1011100 | 1001111 | 0 | 1100 | 11000 | 111011 | 11111 | 1110 | 100100 |
Color Harmonies of #685C4F
Complementary color
Monochromatic Colors of #685C4F
Black with #685C4F
Text Example
Text Example
White with #685C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C4F; }
p { color: rgb(104,92,79); }
H1.HeaderClassName
{
color: #685C4F;
}
.AnyTagClassName
{
color: #685C4F;
}
</style>
background-color css
<style>
a { background-color: #685C4F; }
a { background-color: rgb(104,92,79); }
div.DivClassName
{
background-color: #685C4F;
}
.BgClassName
{
background-color: #685C4F;
}
</style>
border-color css
<style>
span { border-color: #685C4F; }
span { border-color: rgb(104,92,79); }
td.TdClassName
{
border-color: #685C4F;
}
.TagClassName
{
border-color: #685C4F;
}
</style>