Shades of Domino #685B4D
Tints of Domino #685B4D
RGB
CMYK
RGB Variations
Color information
#685B4D (or 0x685B4D) is known color: Domino. HEX triplet: 68, 5B and 4D. RGB value is (104,91,77). Sum of RGB (Red+Green+Blue) = 104+91+77=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B4D is #97A4B2. Grayscale: #5D5D5D. Windows color (decimal): -9938099 or 5069672. OLE color: 5069672.
HSL color Cylindrical-coordinate representation of color #685B4D: hue angle of 31.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685B4D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 77 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.59 |
| HSL | 31.11º | 0.15% | 0.35% | - |
| HSV(B) | 31.11º | 0.26% | 0.41% | - |
| XYZ | 10.79 | 10.96 | 8.57 | - |
| YUV | 93.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 77 | 0 | 0.12 | 0.26 | 0.59 | 31.11 | 0.15 | 0.35 |
| Hex | 68 | 5B | 4D | 0 | C | 1A | 3B | 1F | F | 23 |
| Octal | 150 | 133 | 115 | 0 | 14 | 32 | 73 | 37 | 17 | 43 |
| Binary | 1101000 | 1011011 | 1001101 | 0 | 1100 | 11010 | 111011 | 11111 | 1111 | 100011 |
Color Harmonies of #685B4D
Complementary color
Monochromatic Colors of #685B4D
Black with #685B4D
Text Example
Text Example
White with #685B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B4D; }
p { color: rgb(104,91,77); }
H1.HeaderClassName
{
color: #685B4D;
}
.AnyTagClassName
{
color: #685B4D;
}
</style>
background-color css
<style>
a { background-color: #685B4D; }
a { background-color: rgb(104,91,77); }
div.DivClassName
{
background-color: #685B4D;
}
.BgClassName
{
background-color: #685B4D;
}
</style>
border-color css
<style>
span { border-color: #685B4D; }
span { border-color: rgb(104,91,77); }
td.TdClassName
{
border-color: #685B4D;
}
.TagClassName
{
border-color: #685B4D;
}
</style>