#687571

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

Shades of Rolling Stone #687571

Tints of Rolling Stone #687571

Color information

#687571 (or 0x687571) is unknown color: approx Rolling Stone. HEX triplet: 68, 75 and 71. RGB value is (104,117,113). Sum of RGB (Red+Green+Blue) = 104+117+113=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #687571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687571 is #978A8E. Grayscale: #707070. Windows color (decimal): -9931407 or 7435624. OLE color: 7435624.

HSL color Cylindrical-coordinate representation of color #687571: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #687571 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB104117113-
CMYK0.1100.030.54
HSL161.54º5.88%43.33%-
HSV(B)161.54º11.11%45.88%-
XYZ15.0516.8618.08-
YUV112.66128.19121.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=31.14%
G=35.03%
B=33.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041171130.1100.030.54161.545.8843.33
Hex687571B0336a262b
Octal150165161130366242653
Binary110100011101011110001101101111011010100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687571; }

 p { color: rgb(104,117,113); }

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

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

 a { background-color: rgb(104,117,113); }

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

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

 span { border-color: rgb(104,117,113); }

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