#685F5A

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

Shades of Dorado #685F5A

Tints of Dorado #685F5A

Color information

#685F5A (or 0x685F5A) is unknown color: approx Dorado. HEX triplet: 68, 5F and 5A. RGB value is (104,95,90). Sum of RGB (Red+Green+Blue) = 104+95+90=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F5A is #97A0A5. Grayscale: #616161. Windows color (decimal): -9937062 or 5922664. OLE color: 5922664.

HSL color Cylindrical-coordinate representation of color #685F5A: hue angle of 21.43º 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 #685F5A is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1049590-
CMYK00.090.130.59
HSL21.43º7.22%38.04%-
HSV(B)21.43º13.46%40.78%-
XYZ11.6511.8711.35-
YUV97.12123.98132.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 95 (37.5% from 255) = 32.87%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=35.99%
G=32.87%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104959000.090.130.5921.437.2238.04
Hex685F5A09D3B15726
Octal150137132011157325746
Binary11010001011111101101001001110111101110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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