Shades of Dorado #685E58
Tints of Dorado #685E58
RGB
CMYK
RGB Variations
Color information
#685E58 (or 0x685E58) is known color: Dorado. HEX triplet: 68, 5E and 58. RGB value is (104,94,88). Sum of RGB (Red+Green+Blue) = 104+94+88=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E58 is #97A1A7. Grayscale: #606060. Windows color (decimal): -9937320 or 5791336. OLE color: 5791336.
HSL color Cylindrical-coordinate representation of color #685E58: hue angle of 22.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #685E58 is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 88 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.59 |
| HSL | 22.5º | 0.08% | 0.38% | - |
| HSV(B) | 22.5º | 0.15% | 0.41% | - |
| XYZ | 11.47 | 11.65 | 10.88 | - |
| YUV | 96.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 88 | 0 | 0.10 | 0.15 | 0.59 | 22.5 | 0.08 | 0.38 |
| Hex | 68 | 5E | 58 | 0 | A | F | 3B | 16 | 8 | 26 |
| Octal | 150 | 136 | 130 | 0 | 12 | 17 | 73 | 26 | 10 | 46 |
| Binary | 1101000 | 1011110 | 1011000 | 0 | 1010 | 1111 | 111011 | 10110 | 1000 | 100110 |
Color Harmonies of #685E58
Complementary color
Monochromatic Colors of #685E58
Black with #685E58
Text Example
Text Example
White with #685E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E58; }
p { color: rgb(104,94,88); }
H1.HeaderClassName
{
color: #685E58;
}
.AnyTagClassName
{
color: #685E58;
}
</style>
background-color css
<style>
a { background-color: #685E58; }
a { background-color: rgb(104,94,88); }
div.DivClassName
{
background-color: #685E58;
}
.BgClassName
{
background-color: #685E58;
}
</style>
border-color css
<style>
span { border-color: #685E58; }
span { border-color: rgb(104,94,88); }
td.TdClassName
{
border-color: #685E58;
}
.TagClassName
{
border-color: #685E58;
}
</style>