Html Css Color HEX #62716E Rolling Stone

📋 copy color: '#62716E'

red 98 ◦ green 113 ◦ blue 110

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

Shades of Rolling Stone #62716E

Tints of Rolling Stone #62716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 30.53%
G = 35.2%
B = 34.27%

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

#62716E (or 0x62716E) is known color: Rolling Stone. HEX triplet: 62, 71 and 6E. RGB value is (98,113,110). Sum of RGB (Red+Green+Blue) = 98+113+110=321 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.53% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 113 - color contains mainly: green. Hex color #62716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62716E is #9D8E91. Grayscale: #6C6C6C. Windows color (decimal): -10325650 or 7237986. OLE color: 7237986.

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

Color convert

RGB 98 113 110 -
CMYK 0.13 0 0.03 0.56
HSL 168º 0.07% 0.41% -
HSV(B) 168º 0.13% 0.44% -
XYZ 13.76 15.53 17.02 -
YUV 108.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 98 113 110 0.13 0 0.03 0.56 168 0.07 0.41
Hex 62 71 6E D 0 3 38 A8 7 29
Octal 142 161 156 15 0 3 70 250 7 51
Binary 1100010 1110001 1101110 1101 0 11 111000 10101000 111 101001

Color Harmonies of #62716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62716E

Black with #62716E

Text Example


Text Example

White with #62716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,113,110); }

 H1.HeaderClassName
 {
   color: #62716E;
 }
 .AnyTagClassName
 {
   color: #62716E;
 }
</style>

background-color css

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

 a { background-color: rgb(98,113,110); }

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

border-color css

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

 span { border-color: rgb(98,113,110); }

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