#646F6D

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

Shades of Rolling Stone #646F6D

Tints of Rolling Stone #646F6D

Color information

#646F6D (or 0x646F6D) is unknown color: approx Rolling Stone. HEX triplet: 64, 6F and 6D. RGB value is (100,111,109). Sum of RGB (Red+Green+Blue) = 100+111+109=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #646F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F6D is #9B9092. Grayscale: #6B6B6B. Windows color (decimal): -10195091 or 7171940. OLE color: 7171940.

HSL color Cylindrical-coordinate representation of color #646F6D: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #646F6D is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB100111109-
CMYK0.1000.020.56
HSL169.09º5.21%41.37%-
HSV(B)169.09º9.91%43.53%-
XYZ13.715.1816.68-
YUV107.48128.86122.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=31.25%
G=34.69%
B=34.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001111090.1000.020.56169.095.2141.37
Hex646F6DA0238a9529
Octal144157155120270251551
Binary110010011011111101101101001011100010101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,111,109); }

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

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

 a { background-color: rgb(100,111,109); }

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

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

 span { border-color: rgb(100,111,109); }

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