Shades of Dorado #685D57
Tints of Dorado #685D57
RGB
CMYK
RGB Variations
Color information
#685D57 (or 0x685D57) is known color: Dorado. HEX triplet: 68, 5D and 57. RGB value is (104,93,87). Sum of RGB (Red+Green+Blue) = 104+93+87=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D57 is #97A2A8. Grayscale: #5F5F5F. Windows color (decimal): -9937577 or 5725544. OLE color: 5725544.
HSL color Cylindrical-coordinate representation of color #685D57: hue angle of 21.18º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #685D57 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 87 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.59 |
| HSL | 21.18º | 0.09% | 0.37% | - |
| HSV(B) | 21.18º | 0.16% | 0.41% | - |
| XYZ | 11.34 | 11.46 | 10.63 | - |
| YUV | 95.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 87 | 0 | 0.11 | 0.16 | 0.59 | 21.18 | 0.09 | 0.37 |
| Hex | 68 | 5D | 57 | 0 | B | 10 | 3B | 15 | 9 | 25 |
| Octal | 150 | 135 | 127 | 0 | 13 | 20 | 73 | 25 | 11 | 45 |
| Binary | 1101000 | 1011101 | 1010111 | 0 | 1011 | 10000 | 111011 | 10101 | 1001 | 100101 |
Color Harmonies of #685D57
Complementary color
Monochromatic Colors of #685D57
Black with #685D57
Text Example
Text Example
White with #685D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D57; }
p { color: rgb(104,93,87); }
H1.HeaderClassName
{
color: #685D57;
}
.AnyTagClassName
{
color: #685D57;
}
</style>
background-color css
<style>
a { background-color: #685D57; }
a { background-color: rgb(104,93,87); }
div.DivClassName
{
background-color: #685D57;
}
.BgClassName
{
background-color: #685D57;
}
</style>
border-color css
<style>
span { border-color: #685D57; }
span { border-color: rgb(104,93,87); }
td.TdClassName
{
border-color: #685D57;
}
.TagClassName
{
border-color: #685D57;
}
</style>