#637470

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

Shades of Rolling Stone #637470

Tints of Rolling Stone #637470

Color information

#637470 (or 0x637470) is unknown color: approx Rolling Stone. HEX triplet: 63, 74 and 70. RGB value is (99,116,112). Sum of RGB (Red+Green+Blue) = 99+116+112=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #637470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637470 is #9C8B8F. Grayscale: #6E6E6E. Windows color (decimal): -10259344 or 7369827. OLE color: 7369827.

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

Color convert

RGB99116112-
CMYK0.1500.030.55
HSL165.88º7.91%42.16%-
HSV(B)165.88º14.66%45.49%-
XYZ14.3216.3117.72-
YUV110.46128.87119.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=30.28%
G=35.47%
B=34.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal991161120.1500.030.55165.887.9142.16
Hex637470F0337a682a
Octal1431641601703672461052
Binary1100011111010011100001111011110111101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637470; }

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

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

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

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

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

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

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

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