#686361

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

Shades of Dorado #686361

Tints of Dorado #686361

Color information

#686361 (or 0x686361) is unknown color: approx Dorado. HEX triplet: 68, 63 and 61. RGB value is (104,99,97). Sum of RGB (Red+Green+Blue) = 104+99+97=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 99 (39.06% from 255 or 33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #686361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686361 is #979C9E. Grayscale: #646464. Windows color (decimal): -9936031 or 6382440. OLE color: 6382440.

HSL color Cylindrical-coordinate representation of color #686361: hue angle of 17.14º 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 #686361 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1049997-
CMYK00.050.070.59
HSL17.14º3.48%39.41%-
HSV(B)17.14º6.73%40.78%-
XYZ12.3312.7313.12-
YUV100.27126.16130.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 99 (39.06% from 255) = 33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=34.67%
G=33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104999700.050.070.5917.143.4839.41
Hex6863610573B11327
Octal1501431410577321347
Binary11010001100011110000101011111110111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686361; }

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

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

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

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

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

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

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

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