#637874

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

Shades of Rolling Stone #637874

Tints of Rolling Stone #637874

Color information

#637874 (or 0x637874) is unknown color: approx Rolling Stone. HEX triplet: 63, 78 and 74. RGB value is (99,120,116). Sum of RGB (Red+Green+Blue) = 99+120+116=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 120 - color contains mainly: green. Hex color #637874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637874 is #9C878B. Grayscale: #717171. Windows color (decimal): -10258316 or 7632995. OLE color: 7632995.

HSL color Cylindrical-coordinate representation of color #637874: hue angle of 168.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637874 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB99120116-
CMYK0.1700.030.53
HSL168.57º9.59%42.94%-
HSV(B)168.57º17.5%47.06%-
XYZ15.0117.3519.08-
YUV113.26129.54117.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 120 (47.27% from 255) = 35.82%
BLUE value IS 116 (45.70% from 255) = 34.63%
R=29.55%
G=35.82%
B=34.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991201160.1700.030.53168.579.5942.94
Hex637874110335a9a2b
Octal1431701642103652511253
Binary11000111111000111010010001011110101101010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637874; }

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

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

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

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

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

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

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

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