#627370

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

Shades of Rolling Stone #627370

Tints of Rolling Stone #627370

Color information

#627370 (or 0x627370) is unknown color: approx Rolling Stone. HEX triplet: 62, 73 and 70. RGB value is (98,115,112). Sum of RGB (Red+Green+Blue) = 98+115+112=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #627370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627370 is #9D8C8F. Grayscale: #6D6D6D. Windows color (decimal): -10325136 or 7369570. OLE color: 7369570.

HSL color Cylindrical-coordinate representation of color #627370: hue angle of 169.41º 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 #627370 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB98115112-
CMYK0.1500.030.55
HSL169.41º7.98%41.76%-
HSV(B)169.41º14.78%45.1%-
XYZ14.0916.0317.68-
YUV109.57129.37119.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=30.15%
G=35.38%
B=34.46%

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
Decimal981151120.1500.030.55169.417.9841.76
Hex627370F0337a982a
Octal1421631601703672511052
Binary1100010111001111100001111011110111101010011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627370; }

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

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

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

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

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

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

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

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