Shades of Dorado #685B54
Tints of Dorado #685B54
RGB
CMYK
RGB Variations
Color information
#685B54 (or 0x685B54) is known color: Dorado. HEX triplet: 68, 5B and 54. RGB value is (104,91,84). Sum of RGB (Red+Green+Blue) = 104+91+84=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B54 is #97A4AB. Grayscale: #5E5E5E. Windows color (decimal): -9938092 or 5528424. OLE color: 5528424.
HSL color Cylindrical-coordinate representation of color #685B54: hue angle of 21º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685B54 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 84 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.59 |
| HSL | 21º | 0.11% | 0.37% | - |
| HSV(B) | 21º | 0.19% | 0.41% | - |
| XYZ | 11.05 | 11.07 | 9.94 | - |
| YUV | 94.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 84 | 0 | 0.12 | 0.19 | 0.59 | 21 | 0.11 | 0.37 |
| Hex | 68 | 5B | 54 | 0 | C | 13 | 3B | 15 | B | 25 |
| Octal | 150 | 133 | 124 | 0 | 14 | 23 | 73 | 25 | 13 | 45 |
| Binary | 1101000 | 1011011 | 1010100 | 0 | 1100 | 10011 | 111011 | 10101 | 1011 | 100101 |
Color Harmonies of #685B54
Complementary color
Monochromatic Colors of #685B54
Black with #685B54
Text Example
Text Example
White with #685B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B54; }
p { color: rgb(104,91,84); }
H1.HeaderClassName
{
color: #685B54;
}
.AnyTagClassName
{
color: #685B54;
}
</style>
background-color css
<style>
a { background-color: #685B54; }
a { background-color: rgb(104,91,84); }
div.DivClassName
{
background-color: #685B54;
}
.BgClassName
{
background-color: #685B54;
}
</style>
border-color css
<style>
span { border-color: #685B54; }
span { border-color: rgb(104,91,84); }
td.TdClassName
{
border-color: #685B54;
}
.TagClassName
{
border-color: #685B54;
}
</style>