Shades of Dorado #686361
Tints of Dorado #686361
RGB
CMYK
RGB Variations
Color information
#686361 (or 0x686361) is known color: Dorado. HEX triplet: 68, 63 and 61. RGB value is (104,99,97). Sum of RGB (Red+Green+Blue) = 104+99+97=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #686361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686361 is #979C9E. Grayscale: #646464. Windows color (decimal): -9936031 or 6382440. OLE color: 6382440.
HSL color Cylindrical-coordinate representation of color #686361: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686361 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 97 | - |
| CMYK | 0 | 0.05 | 0.07 | 0.59 |
| HSL | 17.14º | 0.03% | 0.39% | - |
| HSV(B) | 17.14º | 0.07% | 0.41% | - |
| XYZ | 12.33 | 12.73 | 13.12 | - |
| YUV | 100.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 97 | 0 | 0.05 | 0.07 | 0.59 | 17.14 | 0.03 | 0.39 |
| Hex | 68 | 63 | 61 | 0 | 5 | 7 | 3B | 11 | 3 | 27 |
| Octal | 150 | 143 | 141 | 0 | 5 | 7 | 73 | 21 | 3 | 47 |
| Binary | 1101000 | 1100011 | 1100001 | 0 | 101 | 111 | 111011 | 10001 | 11 | 100111 |
Color Harmonies of #686361
Complementary color
Monochromatic Colors of #686361
Black with #686361
Text Example
Text Example
White with #686361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686361; }
p { color: rgb(104,99,97); }
H1.HeaderClassName
{
color: #686361;
}
.AnyTagClassName
{
color: #686361;
}
</style>
background-color css
<style>
a { background-color: #686361; }
a { background-color: rgb(104,99,97); }
div.DivClassName
{
background-color: #686361;
}
.BgClassName
{
background-color: #686361;
}
</style>
border-color css
<style>
span { border-color: #686361; }
span { border-color: rgb(104,99,97); }
td.TdClassName
{
border-color: #686361;
}
.TagClassName
{
border-color: #686361;
}
</style>