#647470

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

Shades of Rolling Stone #647470

Tints of Rolling Stone #647470

Color information

#647470 (or 0x647470) is unknown color: approx Rolling Stone. HEX triplet: 64, 74 and 70. RGB value is (100,116,112). Sum of RGB (Red+Green+Blue) = 100+116+112=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 116 (45.70% from 255 or 35.37% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 116 - color contains mainly: green. Hex color #647470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647470 is #9B8B8F. Grayscale: #6E6E6E. Windows color (decimal): -10193808 or 7369828. OLE color: 7369828.

HSL color Cylindrical-coordinate representation of color #647470: hue angle of 165º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #647470 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB100116112-
CMYK0.1400.030.55
HSL165º7.41%42.35%-
HSV(B)165º13.79%45.49%-
XYZ14.4316.3717.73-
YUV110.76128.7120.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 116 (45.70% from 255) = 35.37%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=30.49%
G=35.37%
B=34.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001161120.1400.030.551657.4142.35
Hex647470E0337a572a
Octal144164160160367245752
Binary110010011101001110000111001111011110100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647470; }

 p { color: rgb(100,116,112); }

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

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

 a { background-color: rgb(100,116,112); }

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

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

 span { border-color: rgb(100,116,112); }

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