#685B54

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

Shades of Dorado #685B54

Tints of Dorado #685B54

Color information

#685B54 (or 0x685B54) is unknown color: approx Dorado. HEX triplet: 68, 5B and 54. RGB value is (104,91,84). Sum of RGB (Red+Green+Blue) = 104+91+84=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 84 (33.20% from 255 or 30.11% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B54 is #97A4AB. Grayscale: #5E5E5E. Windows color (decimal): -9938092 or 5528424. OLE color: 5528424.

HSL color Cylindrical-coordinate representation of color #685B54: hue angle of 21º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685B54 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1049184-
CMYK00.120.190.59
HSL21º10.64%36.86%-
HSV(B)21º19.23%40.78%-
XYZ11.0511.079.94-
YUV94.09122.31135.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 84 (33.20% from 255) = 30.11%
R=37.28%
G=32.62%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104918400.120.190.592110.6436.86
Hex685B540C133B15b25
Octal1501331240142373251345
Binary1101000101101110101000110010011111011101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,91,84); }

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

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

 a { background-color: rgb(104,91,84); }

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

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

 span { border-color: rgb(104,91,84); }

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