#686D75

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

Shades of Raven #686D75

Tints of Raven #686D75

Color information

#686D75 (or 0x686D75) is unknown color: approx Raven. HEX triplet: 68, 6D and 75. RGB value is (104,109,117). Sum of RGB (Red+Green+Blue) = 104+109+117=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: blue. Hex color #686D75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D75 is #97928A. Grayscale: #6C6C6C. Windows color (decimal): -9933451 or 7695720. OLE color: 7695720.

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

Color convert

RGB104109117-
CMYK0.110.0700.54
HSL216.92º5.88%43.33%-
HSV(B)216.92º11.11%45.88%-
XYZ14.3915.1619-
YUV108.42132.84124.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 109 (42.97% from 255) = 33.03%
BLUE value IS 117 (46.09% from 255) = 35.45%
R=31.52%
G=33.03%
B=35.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041091170.110.0700.54216.925.8843.33
Hex686D75B7036d962b
Octal150155165137066331653
Binary1101000110110111101011011111011011011011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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