#647370

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

Shades of Rolling Stone #647370

Tints of Rolling Stone #647370

Color information

#647370 (or 0x647370) is unknown color: approx Rolling Stone. HEX triplet: 64, 73 and 70. RGB value is (100,115,112). Sum of RGB (Red+Green+Blue) = 100+115+112=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 115 - color contains mainly: green. Hex color #647370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647370 is #9B8C8F. Grayscale: #6E6E6E. Windows color (decimal): -10194064 or 7369572. OLE color: 7369572.

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

Color convert

RGB100115112-
CMYK0.1300.030.55
HSL168º6.98%42.16%-
HSV(B)168º13.04%45.1%-
XYZ14.3116.1417.69-
YUV110.17129.03120.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 115 (45.31% from 255) = 35.17%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=30.58%
G=35.17%
B=34.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001151120.1300.030.551686.9842.16
Hex647370D0337a872a
Octal144163160150367250752
Binary110010011100111110000110101111011110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647370; }

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

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

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

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

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

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

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

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