#685E59

Color #685E59 Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #685E59

Tints of Dorado #685E59

Color information

#685E59 (or 0x685E59) is unknown color: approx Dorado. HEX triplet: 68, 5E and 59. RGB value is (104,94,89). Sum of RGB (Red+Green+Blue) = 104+94+89=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 89 (35.16% from 255 or 31.01% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E59 is #97A1A6. Grayscale: #606060. Windows color (decimal): -9937319 or 5856872. OLE color: 5856872.

HSL color Cylindrical-coordinate representation of color #685E59: hue angle of 20º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685E59 is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1049489-
CMYK00.100.140.59
HSL20º7.77%37.84%-
HSV(B)20º14.42%40.78%-
XYZ11.5111.6711.1-
YUV96.42123.81133.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 94 (37.11% from 255) = 32.75%
BLUE value IS 89 (35.16% from 255) = 31.01%
R=36.24%
G=32.75%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104948900.100.140.59207.7737.84
Hex685E590AE3B14826
Octal1501361310121673241046
Binary110100010111101011001010101110111011101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685E59; }

 p { color: rgb(104,94,89); }

 H1.HeaderClassName
 {
   color: #685E59;
 }
 .AnyTagClassName
 {
   color: #685E59;
 }
</style>
background-color css

<style>
 a { background-color: #685E59; }

 a { background-color: rgb(104,94,89); }

 div.DivClassName
 {
   background-color: #685E59;
 }
 .BgClassName
 {
   background-color: #685E59;
 }
</style>
border-color css

<style>
 span { border-color: #685E59; }

 span { border-color: rgb(104,94,89); }

 td.TdClassName
 {
   border-color: #685E59;
 }
 .TagClassName
 {
   border-color: #685E59;
 }
</style>