#686372

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

Shades of Dolphin #686372

Tints of Dolphin #686372

Color information

#686372 (or 0x686372) is unknown color: approx Dolphin. HEX triplet: 68, 63 and 72. RGB value is (104,99,114). Sum of RGB (Red+Green+Blue) = 104+99+114=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #686372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686372 is #979C8D. Grayscale: #666666. Windows color (decimal): -9936014 or 7496552. OLE color: 7496552.

HSL color Cylindrical-coordinate representation of color #686372: hue angle of 260º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686372 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10499114-
CMYK0.090.1300.55
HSL260º7.04%41.76%-
HSV(B)260º13.16%44.71%-
XYZ13.2113.0817.75-
YUV102.2134.66129.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=32.81%
G=31.23%
B=35.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104991140.090.1300.552607.0441.76
Hex6863729D03710472a
Octal1501431621115067404752
Binary110100011000111110010100111010110111100000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686372; }

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

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

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

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

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

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

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

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