#686B6A

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

Shades of Rolling Stone #686B6A

Tints of Rolling Stone #686B6A

Color information

#686B6A (or 0x686B6A) is unknown color: approx Rolling Stone. HEX triplet: 68, 6B and 6A. RGB value is (104,107,106). Sum of RGB (Red+Green+Blue) = 104+107+106=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 107 - color contains mainly: green. Hex color #686B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B6A is #979495. Grayscale: #696969. Windows color (decimal): -9933974 or 6974312. OLE color: 6974312.

HSL color Cylindrical-coordinate representation of color #686B6A: hue angle of 160º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686B6A is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB104107106-
CMYK0.0300.010.58
HSL160º1.42%41.37%-
HSV(B)160º2.8%41.96%-
XYZ13.5714.515.72-
YUV105.99128.01126.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=32.81%
G=33.75%
B=33.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041071060.0300.010.581601.4241.37
Hex686B6A3013Aa0129
Octal15015315230172240151
Binary1101000110101111010101101111010101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,106); }

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

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

 a { background-color: rgb(104,107,106); }

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

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

 span { border-color: rgb(104,107,106); }

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