#657471

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

Shades of Rolling Stone #657471

Tints of Rolling Stone #657471

Color information

#657471 (or 0x657471) is unknown color: approx Rolling Stone. HEX triplet: 65, 74 and 71. RGB value is (101,116,113). Sum of RGB (Red+Green+Blue) = 101+116+113=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 116 - color contains mainly: green. Hex color #657471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657471 is #9A8B8E. Grayscale: #6F6F6F. Windows color (decimal): -10128271 or 7435365. OLE color: 7435365.

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

Color convert

RGB101116113-
CMYK0.1300.030.55
HSL168º6.91%42.55%-
HSV(B)168º12.93%45.49%-
XYZ14.5916.4518.03-
YUV111.17129.03120.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.61%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 113 (44.53% from 255) = 34.24%
R=30.61%
G=35.15%
B=34.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1011161130.1300.030.551686.9142.55
Hex657471D0337a872b
Octal145164161150367250753
Binary110010111101001110001110101111011110101000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657471; }

 p { color: rgb(101,116,113); }

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

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

 a { background-color: rgb(101,116,113); }

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

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

 span { border-color: rgb(101,116,113); }

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