#646E6C

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

Shades of Rolling Stone #646E6C

Tints of Rolling Stone #646E6C

Color information

#646E6C (or 0x646E6C) is unknown color: approx Rolling Stone. HEX triplet: 64, 6E and 6C. RGB value is (100,110,108). Sum of RGB (Red+Green+Blue) = 100+110+108=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 110 - color contains mainly: green. Hex color #646E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E6C is #9B9193. Grayscale: #6A6A6A. Windows color (decimal): -10195348 or 7106148. OLE color: 7106148.

HSL color Cylindrical-coordinate representation of color #646E6C: hue angle of 168º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #646E6C is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB100110108-
CMYK0.0900.020.57
HSL168º4.76%41.18%-
HSV(B)168º9.09%43.14%-
XYZ13.5414.9416.36-
YUV106.78128.69123.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 110 (43.36% from 255) = 34.59%
BLUE value IS 108 (42.58% from 255) = 33.96%
R=31.45%
G=34.59%
B=33.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001101080.0900.020.571684.7641.18
Hex646E6C90239a8529
Octal144156154110271250551
Binary110010011011101101100100101011100110101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E6C; }

 p { color: rgb(100,110,108); }

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

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

 a { background-color: rgb(100,110,108); }

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

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

 span { border-color: rgb(100,110,108); }

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