#68716E

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

Shades of Rolling Stone #68716E

Tints of Rolling Stone #68716E

Color information

#68716E (or 0x68716E) is unknown color: approx Rolling Stone. HEX triplet: 68, 71 and 6E. RGB value is (104,113,110). Sum of RGB (Red+Green+Blue) = 104+113+110=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 113 - color contains mainly: green. Hex color #68716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68716E is #978E91. Grayscale: #6D6D6D. Windows color (decimal): -9932434 or 7237992. OLE color: 7237992.

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

Color convert

RGB104113110-
CMYK0.0800.030.56
HSL160º4.15%42.55%-
HSV(B)160º7.96%44.31%-
XYZ14.4315.8817.06-
YUV109.97128.02123.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=31.80%
G=34.56%
B=33.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041131100.0800.030.561604.1542.55
Hex68716E80338a042b
Octal150161156100370240453
Binary110100011100011101110100001111100010100000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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