Shades of Dorado #685A53
Tints of Dorado #685A53
RGB
CMYK
RGB Variations
Color information
#685A53 (or 0x685A53) is known color: Dorado. HEX triplet: 68, 5A and 53. RGB value is (104,90,83). Sum of RGB (Red+Green+Blue) = 104+90+83=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A53 is #97A5AC. Grayscale: #5D5D5D. Windows color (decimal): -9938349 or 5462632. OLE color: 5462632.
HSL color Cylindrical-coordinate representation of color #685A53: hue angle of 20º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685A53 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 83 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.59 |
| HSL | 20º | 0.11% | 0.37% | - |
| HSV(B) | 20º | 0.2% | 0.41% | - |
| XYZ | 10.93 | 10.88 | 9.71 | - |
| YUV | 93.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 83 | 0 | 0.13 | 0.20 | 0.59 | 20 | 0.11 | 0.37 |
| Hex | 68 | 5A | 53 | 0 | D | 14 | 3B | 14 | B | 25 |
| Octal | 150 | 132 | 123 | 0 | 15 | 24 | 73 | 24 | 13 | 45 |
| Binary | 1101000 | 1011010 | 1010011 | 0 | 1101 | 10100 | 111011 | 10100 | 1011 | 100101 |
Color Harmonies of #685A53
Complementary color
Monochromatic Colors of #685A53
Black with #685A53
Text Example
Text Example
White with #685A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A53; }
p { color: rgb(104,90,83); }
H1.HeaderClassName
{
color: #685A53;
}
.AnyTagClassName
{
color: #685A53;
}
</style>
background-color css
<style>
a { background-color: #685A53; }
a { background-color: rgb(104,90,83); }
div.DivClassName
{
background-color: #685A53;
}
.BgClassName
{
background-color: #685A53;
}
</style>
border-color css
<style>
span { border-color: #685A53; }
span { border-color: rgb(104,90,83); }
td.TdClassName
{
border-color: #685A53;
}
.TagClassName
{
border-color: #685A53;
}
</style>