#685E5A

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

Shades of Dorado #685E5A

Tints of Dorado #685E5A

Color information

#685E5A (or 0x685E5A) is unknown color: approx Dorado. HEX triplet: 68, 5E and 5A. RGB value is (104,94,90). Sum of RGB (Red+Green+Blue) = 104+94+90=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #685E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E5A is #97A1A5. Grayscale: #606060. Windows color (decimal): -9937318 or 5922408. OLE color: 5922408.

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

Color convert

RGB1049490-
CMYK00.100.130.59
HSL17.14º7.22%38.04%-
HSV(B)17.14º13.46%40.78%-
XYZ11.5611.6911.32-
YUV96.53124.31133.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=36.11%
G=32.64%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104949000.100.130.5917.147.2238.04
Hex685E5A0AD3B11726
Octal150136132012157321746
Binary11010001011110101101001010110111101110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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