#697673

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

Shades of Rolling Stone #697673

Tints of Rolling Stone #697673

Color information

#697673 (or 0x697673) is unknown color: approx Rolling Stone. HEX triplet: 69, 76 and 73. RGB value is (105,118,115). Sum of RGB (Red+Green+Blue) = 105+118+115=338 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.07% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 118 - color contains mainly: green. Hex color #697673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697673 is #96898C. Grayscale: #717171. Windows color (decimal): -9865613 or 7566953. OLE color: 7566953.

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

Color convert

RGB105118115-
CMYK0.1100.030.54
HSL166.15º5.83%43.73%-
HSV(B)166.15º11.02%46.27%-
XYZ15.417.218.73-
YUV113.77128.69121.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.07%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=31.07%
G=34.91%
B=34.02%

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
Decimal1051181150.1100.030.54166.155.8343.73
Hex697673B0336a662c
Octal151166163130366246654
Binary110100111101101110011101101111011010100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697673; }

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

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

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

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

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

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

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

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