#697672

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

Shades of Rolling Stone #697672

Tints of Rolling Stone #697672

Color information

#697672 (or 0x697672) is unknown color: approx Rolling Stone. HEX triplet: 69, 76 and 72. RGB value is (105,118,114). Sum of RGB (Red+Green+Blue) = 105+118+114=337 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.16% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 118 - color contains mainly: green. Hex color #697672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697672 is #96898D. Grayscale: #717171. Windows color (decimal): -9865614 or 7501417. OLE color: 7501417.

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

Color convert

RGB105118114-
CMYK0.1100.030.54
HSL161.54º5.83%43.73%-
HSV(B)161.54º11.02%46.27%-
XYZ15.3417.1818.43-
YUV113.66128.19121.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.16%
GREEN value IS 118 (46.48% from 255) = 35.01%
BLUE value IS 114 (44.92% from 255) = 33.83%
R=31.16%
G=35.01%
B=33.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051181140.1100.030.54161.545.8343.73
Hex697672B0336a262c
Octal151166162130366242654
Binary110100111101101110010101101111011010100010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697672; }

 p { color: rgb(105,118,114); }

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

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

 a { background-color: rgb(105,118,114); }

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

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

 span { border-color: rgb(105,118,114); }

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