#685750

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

Shades of Dorado #685750

Tints of Dorado #685750

Color information

#685750 (or 0x685750) is unknown color: approx Dorado. HEX triplet: 68, 57 and 50. RGB value is (104,87,80). Sum of RGB (Red+Green+Blue) = 104+87+80=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #685750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685750 is #97A8AF. Grayscale: #5B5B5B. Windows color (decimal): -9939120 or 5265256. OLE color: 5265256.

HSL color Cylindrical-coordinate representation of color #685750: hue angle of 17.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685750 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB1048780-
CMYK00.160.230.59
HSL17.5º13.04%36.08%-
HSV(B)17.5º23.08%40.78%-
XYZ10.5710.349.03-
YUV91.28121.63137.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=38.38%
G=32.10%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104878000.160.230.5917.513.0436.08
Hex685750010173B12d24
Octal1501271200202773221544
Binary11010001010111101000001000010111111011100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685750; }

 p { color: rgb(104,87,80); }

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

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

 a { background-color: rgb(104,87,80); }

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

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

 span { border-color: rgb(104,87,80); }

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