#686564

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

Shades of Dorado #686564

Tints of Dorado #686564

Color information

#686564 (or 0x686564) is unknown color: approx Dorado. HEX triplet: 68, 65 and 64. RGB value is (104,101,100). Sum of RGB (Red+Green+Blue) = 104+101+100=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 104 - color contains mainly: red. Hex color #686564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686564 is #979A9B. Grayscale: #656565. Windows color (decimal): -9935516 or 6579560. OLE color: 6579560.

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

Color convert

RGB104101100-
CMYK00.030.040.59
HSL15º1.96%40%-
HSV(B)15º3.85%40.78%-
XYZ12.6613.1713.93-
YUV101.78126.99129.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 100 (39.45% from 255) = 32.79%
R=34.10%
G=33.11%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10410110000.030.040.59151.9640
Hex6865640343Bf228
Octal1501451440347317250
Binary110100011001011100100011100111011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686564; }

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

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

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

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

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

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

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

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