#60736E

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

Shades of Rolling Stone #60736E

Tints of Rolling Stone #60736E

Color information

#60736E (or 0x60736E) is unknown color: approx Rolling Stone. HEX triplet: 60, 73 and 6E. RGB value is (96,115,110). Sum of RGB (Red+Green+Blue) = 96+115+110=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #60736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60736E is #9F8C91. Grayscale: #6C6C6C. Windows color (decimal): -10456210 or 7238496. OLE color: 7238496.

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

Color convert

RGB96115110-
CMYK0.1700.040.55
HSL164.21º9%41.37%-
HSV(B)164.21º16.52%45.1%-
XYZ13.7715.8717.09-
YUV108.75128.71118.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 115 (45.31% from 255) = 35.83%
BLUE value IS 110 (43.36% from 255) = 34.27%
R=29.91%
G=35.83%
B=34.27%

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
Decimal961151100.1700.040.55164.21941.37
Hex60736E110437a4929
Octal1401631562104672441151
Binary110000011100111101110100010100110111101001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,115,110); }

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

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

 a { background-color: rgb(96,115,110); }

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

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

 span { border-color: rgb(96,115,110); }

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