#686563

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

Shades of Dorado #686563

Tints of Dorado #686563

Color information

#686563 (or 0x686563) is unknown color: approx Dorado. HEX triplet: 68, 65 and 63. RGB value is (104,101,99). Sum of RGB (Red+Green+Blue) = 104+101+99=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 99 (39.06% from 255 or 32.57% from 304); Max value from RGB is 104 - color contains mainly: red. Hex color #686563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686563 is #979A9C. Grayscale: #656565. Windows color (decimal): -9935517 or 6514024. OLE color: 6514024.

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

Color convert

RGB10410199-
CMYK00.030.050.59
HSL24º2.46%39.8%-
HSV(B)24º4.81%40.78%-
XYZ12.6113.1513.68-
YUV101.67126.49129.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 101 (39.84% from 255) = 33.22%
BLUE value IS 99 (39.06% from 255) = 32.57%
R=34.21%
G=33.22%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041019900.030.050.59242.4639.8
Hex6865630353B18228
Octal1501451430357330250
Binary1101000110010111000110111011110111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686563; }

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

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

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

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

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

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

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

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