#697573

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

Shades of Rolling Stone #697573

Tints of Rolling Stone #697573

Color information

#697573 (or 0x697573) is unknown color: approx Rolling Stone. HEX triplet: 69, 75 and 73. RGB value is (105,117,115). Sum of RGB (Red+Green+Blue) = 105+117+115=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 117 - color contains mainly: green. Hex color #697573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697573 is #968A8C. Grayscale: #717171. Windows color (decimal): -9865869 or 7566697. OLE color: 7566697.

HSL color Cylindrical-coordinate representation of color #697573: hue angle of 170º 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 #697573 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB105117115-
CMYK0.1000.020.54
HSL170º5.41%43.53%-
HSV(B)170º10.26%45.88%-
XYZ15.2816.9618.69-
YUV113.18129.02122.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 115 (45.31% from 255) = 34.12%
R=31.16%
G=34.72%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171150.1000.020.541705.4143.53
Hex697573A0236aa52c
Octal151165163120266252554
Binary110100111101011110011101001011011010101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697573; }

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

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

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

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

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

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

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

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