#686D76

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

Shades of Raven #686D76

Tints of Raven #686D76

Color information

#686D76 (or 0x686D76) is unknown color: approx Raven. HEX triplet: 68, 6D and 76. RGB value is (104,109,118). Sum of RGB (Red+Green+Blue) = 104+109+118=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 109 (42.97% from 255 or 32.93% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 118 - color contains mainly: blue. Hex color #686D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D76 is #979289. Grayscale: #6C6C6C. Windows color (decimal): -9933450 or 7761256. OLE color: 7761256.

HSL color Cylindrical-coordinate representation of color #686D76: hue angle of 218.57º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686D76 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104109118-
CMYK0.120.0800.54
HSL218.57º6.31%43.53%-
HSV(B)218.57º11.86%46.27%-
XYZ14.4515.1919.31-
YUV108.53133.34124.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 109 (42.97% from 255) = 32.93%
BLUE value IS 118 (46.48% from 255) = 35.65%
R=31.42%
G=32.93%
B=35.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041091180.120.0800.54218.576.3143.53
Hex686D76C8036db62c
Octal1501551661410066333654
Binary11010001101101111011011001000011011011011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686D76; }

 p { color: rgb(104,109,118); }

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

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

 a { background-color: rgb(104,109,118); }

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

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

 span { border-color: rgb(104,109,118); }

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