Html Css Color HEX #62706D Rolling Stone

📋 copy color: '#62706D'

red 98 ◦ green 112 ◦ blue 109

#62706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rolling Stone #62706D

Tints of Rolling Stone #62706D

RGB

 RED value IS 98 (38.67% from 255) = 30.72%

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 30.72%
G = 35.11%
B = 34.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#62706D (or 0x62706D) is known color: Rolling Stone. HEX triplet: 62, 70 and 6D. RGB value is (98,112,109). Sum of RGB (Red+Green+Blue) = 98+112+109=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #62706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62706D is #9D8F92. Grayscale: #6B6B6B. Windows color (decimal): -10325907 or 7172194. OLE color: 7172194.

HSL color Cylindrical-coordinate representation of color #62706D: hue angle of 167.14º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62706D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 109 -
CMYK 0.13 0 0.03 0.56
HSL 167.14º 0.07% 0.41% -
HSV(B) 167.14º 0.13% 0.44% -
XYZ 13.59 15.29 16.7 -
YUV 107.47 128.86 121.24 -
System Red Green Blue C M Y K H S L
Decimal 98 112 109 0.13 0 0.03 0.56 167.14 0.07 0.41
Hex 62 70 6D D 0 3 38 A7 7 29
Octal 142 160 155 15 0 3 70 247 7 51
Binary 1100010 1110000 1101101 1101 0 11 111000 10100111 111 101001

Color Harmonies of #62706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62706D

Black with #62706D

Text Example


Text Example

White with #62706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62706D; }

 p { color: rgb(98,112,109); }

 H1.HeaderClassName
 {
   color: #62706D;
 }
 .AnyTagClassName
 {
   color: #62706D;
 }
</style>

background-color css

<style>
 a { background-color: #62706D; }

 a { background-color: rgb(98,112,109); }

 div.DivClassName
 {
   background-color: #62706D;
 }
 .BgClassName
 {
   background-color: #62706D;
 }
</style>

border-color css

<style>
 span { border-color: #62706D; }

 span { border-color: rgb(98,112,109); }

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