#677671

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

Shades of Rolling Stone #677671

Tints of Rolling Stone #677671

Color information

#677671 (or 0x677671) is unknown color: approx Rolling Stone. HEX triplet: 67, 76 and 71. RGB value is (103,118,113). Sum of RGB (Red+Green+Blue) = 103+118+113=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 118 - color contains mainly: green. Hex color #677671 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677671 is #98898E. Grayscale: #707070. Windows color (decimal): -9996687 or 7435879. OLE color: 7435879.

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

Color convert

RGB103118113-
CMYK0.1300.040.54
HSL160º6.79%43.33%-
HSV(B)160º12.71%46.27%-
XYZ15.0517.0318.12-
YUV112.94128.03120.91-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.84%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=30.84%
G=35.33%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031181130.1300.040.541606.7943.33
Hex677671D0436a072b
Octal147166161150466240753
Binary1100111111011011100011101010011011010100000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677671; }

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

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

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

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

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

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

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

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