Shades of Domino #685B4F
Tints of Domino #685B4F
RGB
CMYK
RGB Variations
Color information
#685B4F (or 0x685B4F) is known color: Domino. HEX triplet: 68, 5B and 4F. RGB value is (104,91,79). Sum of RGB (Red+Green+Blue) = 104+91+79=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B4F is #97A4B0. Grayscale: #5D5D5D. Windows color (decimal): -9938097 or 5200744. OLE color: 5200744.
HSL color Cylindrical-coordinate representation of color #685B4F: hue angle of 28.8º 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 #685B4F is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 79 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.59 |
| HSL | 28.8º | 0.14% | 0.36% | - |
| HSV(B) | 28.8º | 0.24% | 0.41% | - |
| XYZ | 10.86 | 10.99 | 8.95 | - |
| YUV | 93.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 79 | 0 | 0.12 | 0.24 | 0.59 | 28.8 | 0.14 | 0.36 |
| Hex | 68 | 5B | 4F | 0 | C | 18 | 3B | 1D | E | 24 |
| Octal | 150 | 133 | 117 | 0 | 14 | 30 | 73 | 35 | 16 | 44 |
| Binary | 1101000 | 1011011 | 1001111 | 0 | 1100 | 11000 | 111011 | 11101 | 1110 | 100100 |
Color Harmonies of #685B4F
Complementary color
Monochromatic Colors of #685B4F
Black with #685B4F
Text Example
Text Example
White with #685B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B4F; }
p { color: rgb(104,91,79); }
H1.HeaderClassName
{
color: #685B4F;
}
.AnyTagClassName
{
color: #685B4F;
}
</style>
background-color css
<style>
a { background-color: #685B4F; }
a { background-color: rgb(104,91,79); }
div.DivClassName
{
background-color: #685B4F;
}
.BgClassName
{
background-color: #685B4F;
}
</style>
border-color css
<style>
span { border-color: #685B4F; }
span { border-color: rgb(104,91,79); }
td.TdClassName
{
border-color: #685B4F;
}
.TagClassName
{
border-color: #685B4F;
}
</style>