Shades of Dorado #685A56
Tints of Dorado #685A56
RGB
CMYK
RGB Variations
Color information
#685A56 (or 0x685A56) is known color: Dorado. HEX triplet: 68, 5A and 56. RGB value is (104,90,86). Sum of RGB (Red+Green+Blue) = 104+90+86=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A56 is #97A5A9. Grayscale: #5D5D5D. Windows color (decimal): -9938346 or 5659240. OLE color: 5659240.
HSL color Cylindrical-coordinate representation of color #685A56: hue angle of 13.33º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685A56 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 86 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.59 |
| HSL | 13.33º | 0.09% | 0.37% | - |
| HSV(B) | 13.33º | 0.17% | 0.41% | - |
| XYZ | 11.04 | 10.93 | 10.33 | - |
| YUV | 93.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 86 | 0 | 0.13 | 0.17 | 0.59 | 13.33 | 0.09 | 0.37 |
| Hex | 68 | 5A | 56 | 0 | D | 11 | 3B | D | 9 | 25 |
| Octal | 150 | 132 | 126 | 0 | 15 | 21 | 73 | 15 | 11 | 45 |
| Binary | 1101000 | 1011010 | 1010110 | 0 | 1101 | 10001 | 111011 | 1101 | 1001 | 100101 |
Color Harmonies of #685A56
Complementary color
Monochromatic Colors of #685A56
Black with #685A56
Text Example
Text Example
White with #685A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A56; }
p { color: rgb(104,90,86); }
H1.HeaderClassName
{
color: #685A56;
}
.AnyTagClassName
{
color: #685A56;
}
</style>
background-color css
<style>
a { background-color: #685A56; }
a { background-color: rgb(104,90,86); }
div.DivClassName
{
background-color: #685A56;
}
.BgClassName
{
background-color: #685A56;
}
</style>
border-color css
<style>
span { border-color: #685A56; }
span { border-color: rgb(104,90,86); }
td.TdClassName
{
border-color: #685A56;
}
.TagClassName
{
border-color: #685A56;
}
</style>