Html Css Color HEX #6D7371 Rolling Stone

📋 copy color: '#6D7371'

red 109 ◦ green 115 ◦ blue 113

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

Shades of Rolling Stone #6D7371

Tints of Rolling Stone #6D7371

RGB

 RED value IS 109 (42.97% from 255) = 32.34%

 GREEN value IS 115 (45.31% from 255) = 34.12%

 BLUE value IS 113 (44.53% from 255) = 33.53%

R = 32.34%
G = 34.12%
B = 33.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#6D7371 (or 0x6D7371) is known color: Rolling Stone. HEX triplet: 6D, 73 and 71. RGB value is (109,115,113). Sum of RGB (Red+Green+Blue) = 109+115+113=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7371 is #928C8E. Grayscale: #707070. Windows color (decimal): -9604239 or 7435117. OLE color: 7435117.

HSL color Cylindrical-coordinate representation of color #6D7371: hue angle of 160º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6D7371 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 115 113 -
CMYK 0.05 0 0.02 0.55
HSL 160º 0.03% 0.44% -
HSV(B) 160º 0.05% 0.45% -
XYZ 15.42 16.7 18.03 -
YUV 112.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 109 115 113 0.05 0 0.02 0.55 160 0.03 0.44
Hex 6D 73 71 5 0 2 37 A0 3 2C
Octal 155 163 161 5 0 2 67 240 3 54
Binary 1101101 1110011 1110001 101 0 10 110111 10100000 11 101100

Color Harmonies of #6D7371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7371

Black with #6D7371

Text Example


Text Example

White with #6D7371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D7371; }

 p { color: rgb(109,115,113); }

 H1.HeaderClassName
 {
   color: #6D7371;
 }
 .AnyTagClassName
 {
   color: #6D7371;
 }
</style>

background-color css

<style>
 a { background-color: #6D7371; }

 a { background-color: rgb(109,115,113); }

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

border-color css

<style>
 span { border-color: #6D7371; }

 span { border-color: rgb(109,115,113); }

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