#685B56

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

Shades of Dorado #685B56

Tints of Dorado #685B56

Color information

#685B56 (or 0x685B56) is unknown color: approx Dorado. HEX triplet: 68, 5B and 56. RGB value is (104,91,86). Sum of RGB (Red+Green+Blue) = 104+91+86=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B56 is #97A4A9. Grayscale: #5E5E5E. Windows color (decimal): -9938090 or 5659496. OLE color: 5659496.

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

Color convert

RGB1049186-
CMYK00.120.170.59
HSL16.67º9.47%37.25%-
HSV(B)16.67º17.31%40.78%-
XYZ11.1311.110.36-
YUV94.32123.31134.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=37.01%
G=32.38%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104918600.120.170.5916.679.4737.25
Hex685B560C113B11925
Octal1501331260142173211145
Binary1101000101101110101100110010001111011100011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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