#686461

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

Shades of Dorado #686461

Tints of Dorado #686461

Color information

#686461 (or 0x686461) is unknown color: approx Dorado. HEX triplet: 68, 64 and 61. RGB value is (104,100,97). Sum of RGB (Red+Green+Blue) = 104+100+97=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 100 (39.45% from 255 or 33.22% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #686461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686461 is #979B9E. Grayscale: #646464. Windows color (decimal): -9935775 or 6382696. OLE color: 6382696.

HSL color Cylindrical-coordinate representation of color #686461: hue angle of 25.71º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686461 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB10410097-
CMYK00.040.070.59
HSL25.71º3.48%39.41%-
HSV(B)25.71º6.73%40.78%-
XYZ12.4212.9213.15-
YUV100.85125.83130.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.55%
GREEN value IS 100 (39.45% from 255) = 33.22%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=34.55%
G=33.22%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041009700.040.070.5925.713.4839.41
Hex6864610473B1a327
Octal1501441410477332347
Binary11010001100100110000101001111110111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686461; }

 p { color: rgb(104,100,97); }

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

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

 a { background-color: rgb(104,100,97); }

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

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

 span { border-color: rgb(104,100,97); }

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