#60746F

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

Shades of Rolling Stone #60746F

Tints of Rolling Stone #60746F

Color information

#60746F (or 0x60746F) is unknown color: approx Rolling Stone. HEX triplet: 60, 74 and 6F. RGB value is (96,116,111). Sum of RGB (Red+Green+Blue) = 96+116+111=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #60746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60746F is #9F8B90. Grayscale: #6D6D6D. Windows color (decimal): -10455953 or 7304288. OLE color: 7304288.

HSL color Cylindrical-coordinate representation of color #60746F: hue angle of 165º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #60746F is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB96116111-
CMYK0.1700.040.55
HSL165º9.43%41.57%-
HSV(B)165º17.24%45.49%-
XYZ13.9416.1317.42-
YUV109.45128.87118.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=29.72%
G=35.91%
B=34.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961161110.1700.040.551659.4341.57
Hex60746F110437a592a
Octal1401641572104672451152
Binary110000011101001101111100010100110111101001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60746F; }

 p { color: rgb(96,116,111); }

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

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

 a { background-color: rgb(96,116,111); }

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

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

 span { border-color: rgb(96,116,111); }

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