#697571

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

Shades of Rolling Stone #697571

Tints of Rolling Stone #697571

Color information

#697571 (or 0x697571) is unknown color: approx Rolling Stone. HEX triplet: 69, 75 and 71. RGB value is (105,117,113). Sum of RGB (Red+Green+Blue) = 105+117+113=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #697571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697571 is #968A8E. Grayscale: #707070. Windows color (decimal): -9865871 or 7435625. OLE color: 7435625.

HSL color Cylindrical-coordinate representation of color #697571: hue angle of 160º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #697571 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB105117113-
CMYK0.1000.030.54
HSL160º5.41%43.53%-
HSV(B)160º10.26%45.88%-
XYZ15.1716.9218.09-
YUV112.96128.02122.33-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=31.34%
G=34.93%
B=33.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171130.1000.030.541605.4143.53
Hex697571A0336a052c
Octal151165161120366240554
Binary110100111101011110001101001111011010100000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697571; }

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

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

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

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

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

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

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

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