#61736E

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

Shades of Rolling Stone #61736E

Tints of Rolling Stone #61736E

Color information

#61736E (or 0x61736E) is unknown color: approx Rolling Stone. HEX triplet: 61, 73 and 6E. RGB value is (97,115,110). Sum of RGB (Red+Green+Blue) = 97+115+110=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 115 - color contains mainly: green. Hex color #61736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61736E is #9E8C91. Grayscale: #6D6D6D. Windows color (decimal): -10390674 or 7238497. OLE color: 7238497.

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

Color convert

RGB97115110-
CMYK0.1600.040.55
HSL163.33º8.49%41.57%-
HSV(B)163.33º15.65%45.1%-
XYZ13.8715.9317.1-
YUV109.05128.54119.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 110 (43.36% from 255) = 34.16%
R=30.12%
G=35.71%
B=34.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971151100.1600.040.55163.338.4941.57
Hex61736E100437a382a
Octal1411631562004672431052
Binary110000111100111101110100000100110111101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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