#637975

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

Shades of Rolling Stone #637975

Tints of Rolling Stone #637975

Color information

#637975 (or 0x637975) is unknown color: approx Rolling Stone. HEX triplet: 63, 79 and 75. RGB value is (99,121,117). Sum of RGB (Red+Green+Blue) = 99+121+117=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 117 (46.09% from 255 or 34.72% from 337); Max value from RGB is 121 - color contains mainly: green. Hex color #637975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637975 is #9C868A. Grayscale: #717171. Windows color (decimal): -10258059 or 7698787. OLE color: 7698787.

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

Color convert

RGB99121117-
CMYK0.1800.030.53
HSL169.09º10%43.14%-
HSV(B)169.09º18.18%47.45%-
XYZ15.1917.6119.43-
YUV113.97129.71117.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 121 (47.66% from 255) = 35.91%
BLUE value IS 117 (46.09% from 255) = 34.72%
R=29.38%
G=35.91%
B=34.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991211170.1800.030.53169.091043.14
Hex637975120335a9a2b
Octal1431711652203652511253
Binary11000111111001111010110010011110101101010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637975; }

 p { color: rgb(99,121,117); }

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

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

 a { background-color: rgb(99,121,117); }

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

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

 span { border-color: rgb(99,121,117); }

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