#687572

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

Shades of Rolling Stone #687572

Tints of Rolling Stone #687572

Color information

#687572 (or 0x687572) is unknown color: approx Rolling Stone. HEX triplet: 68, 75 and 72. RGB value is (104,117,114). Sum of RGB (Red+Green+Blue) = 104+117+114=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 117 - color contains mainly: green. Hex color #687572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687572 is #978A8D. Grayscale: #707070. Windows color (decimal): -9931406 or 7501160. OLE color: 7501160.

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

Color convert

RGB104117114-
CMYK0.1100.030.54
HSL166.15º5.88%43.33%-
HSV(B)166.15º11.11%45.88%-
XYZ15.1116.8818.38-
YUV112.77128.69121.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=31.04%
G=34.93%
B=34.03%

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
Decimal1041171140.1100.030.54166.155.8843.33
Hex687572B0336a662b
Octal150165162130366246653
Binary110100011101011110010101101111011010100110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687572; }

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

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

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

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

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

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

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

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