#62736F

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

Shades of Rolling Stone #62736F

Tints of Rolling Stone #62736F

Color information

#62736F (or 0x62736F) is unknown color: approx Rolling Stone. HEX triplet: 62, 73 and 6F. RGB value is (98,115,111). Sum of RGB (Red+Green+Blue) = 98+115+111=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 115 - color contains mainly: green. Hex color #62736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62736F is #9D8C90. Grayscale: #6D6D6D. Windows color (decimal): -10325137 or 7304034. OLE color: 7304034.

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

Color convert

RGB98115111-
CMYK0.1500.030.55
HSL165.88º7.98%41.76%-
HSV(B)165.88º14.78%45.1%-
XYZ14.0416.0117.39-
YUV109.46128.87119.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.25%
GREEN value IS 115 (45.31% from 255) = 35.49%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=30.25%
G=35.49%
B=34.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal981151110.1500.030.55165.887.9841.76
Hex62736FF0337a682a
Octal1421631571703672461052
Binary1100010111001111011111111011110111101001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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