#677571

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

Shades of Rolling Stone #677571

Tints of Rolling Stone #677571

Color information

#677571 (or 0x677571) is unknown color: approx Rolling Stone. HEX triplet: 67, 75 and 71. RGB value is (103,117,113). Sum of RGB (Red+Green+Blue) = 103+117+113=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 117 - color contains mainly: green. Hex color #677571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677571 is #988A8E. Grayscale: #707070. Windows color (decimal): -9996943 or 7435623. OLE color: 7435623.

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

Color convert

RGB103117113-
CMYK0.1200.030.54
HSL162.86º6.36%43.14%-
HSV(B)162.86º11.97%45.88%-
XYZ14.9416.818.08-
YUV112.36128.36121.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.93%
GREEN value IS 117 (46.09% from 255) = 35.14%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=30.93%
G=35.14%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031171130.1200.030.54162.866.3643.14
Hex677571C0336a362b
Octal147165161140366243653
Binary110011111101011110001110001111011010100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677571; }

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

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

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

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

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

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

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

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