#68706E

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

Shades of Rolling Stone #68706E

Tints of Rolling Stone #68706E

Color information

#68706E (or 0x68706E) is unknown color: approx Rolling Stone. HEX triplet: 68, 70 and 6E. RGB value is (104,112,110). Sum of RGB (Red+Green+Blue) = 104+112+110=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 112 - color contains mainly: green. Hex color #68706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706E is #978F91. Grayscale: #6D6D6D. Windows color (decimal): -9932690 or 7237736. OLE color: 7237736.

HSL color Cylindrical-coordinate representation of color #68706E: hue angle of 165º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68706E is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB104112110-
CMYK0.0700.020.56
HSL165º3.7%42.35%-
HSV(B)165º7.14%43.92%-
XYZ14.3215.6617.02-
YUV109.38128.35124.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.90%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 110 (43.36% from 255) = 33.74%
R=31.90%
G=34.36%
B=33.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041121100.0700.020.561653.742.35
Hex68706E70238a542a
Octal15016015670270245452
Binary11010001110000110111011101011100010100101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68706E; }

 p { color: rgb(104,112,110); }

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

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

 a { background-color: rgb(104,112,110); }

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

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

 span { border-color: rgb(104,112,110); }

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