#62746F

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

Shades of Rolling Stone #62746F

Tints of Rolling Stone #62746F

Color information

#62746F (or 0x62746F) is unknown color: approx Rolling Stone. HEX triplet: 62, 74 and 6F. RGB value is (98,116,111). Sum of RGB (Red+Green+Blue) = 98+116+111=325 (43% of max value = 765). Red value is 98 (38.67% from 255 or 30.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #62746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62746F is #9D8B90. Grayscale: #6E6E6E. Windows color (decimal): -10324881 or 7304290. OLE color: 7304290.

HSL color Cylindrical-coordinate representation of color #62746F: 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 #62746F is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB98116111-
CMYK0.1600.040.55
HSL163.33º8.41%41.96%-
HSV(B)163.33º15.52%45.49%-
XYZ14.1516.2417.43-
YUV110.05128.54119.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.15%
GREEN value IS 116 (45.70% from 255) = 35.69%
BLUE value IS 111 (43.75% from 255) = 34.15%
R=30.15%
G=35.69%
B=34.15%

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
Decimal981161110.1600.040.55163.338.4141.96
Hex62746F100437a382a
Octal1421641572004672431052
Binary110001011101001101111100000100110111101000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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