#687672

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

Shades of Rolling Stone #687672

Tints of Rolling Stone #687672

Color information

#687672 (or 0x687672) is unknown color: approx Rolling Stone. HEX triplet: 68, 76 and 72. RGB value is (104,118,114). Sum of RGB (Red+Green+Blue) = 104+118+114=336 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.95% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 118 - color contains mainly: green. Hex color #687672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687672 is #97898D. Grayscale: #717171. Windows color (decimal): -9931150 or 7501416. OLE color: 7501416.

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

Color convert

RGB104118114-
CMYK0.1200.030.54
HSL162.86º6.31%43.53%-
HSV(B)162.86º11.86%46.27%-
XYZ15.2217.1118.42-
YUV113.36128.36121.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.95%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=30.95%
G=35.12%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041181140.1200.030.54162.866.3143.53
Hex687672C0336a362c
Octal150166162140366243654
Binary110100011101101110010110001111011010100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687672; }

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

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

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

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

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

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

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

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