#646C6A

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

Shades of Rolling Stone #646C6A

Tints of Rolling Stone #646C6A

Color information

#646C6A (or 0x646C6A) is unknown color: approx Rolling Stone. HEX triplet: 64, 6C and 6A. RGB value is (100,108,106). Sum of RGB (Red+Green+Blue) = 100+108+106=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 108 - color contains mainly: green. Hex color #646C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C6A is #9B9395. Grayscale: #696969. Windows color (decimal): -10195862 or 6974564. OLE color: 6974564.

HSL color Cylindrical-coordinate representation of color #646C6A: hue angle of 165º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #646C6A is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB100108106-
CMYK0.0700.020.58
HSL165º3.85%40.78%-
HSV(B)165º7.41%42.35%-
XYZ13.2214.4815.73-
YUV105.38128.35124.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.85%
GREEN value IS 108 (42.58% from 255) = 34.39%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=31.85%
G=34.39%
B=33.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1001081060.0700.020.581653.8540.78
Hex646C6A7023Aa5429
Octal14415415270272245451
Binary11001001101100110101011101011101010100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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