Html Css Color HEX #6D7573 Rolling Stone

📋 copy color: '#6D7573'

red 109 ◦ green 117 ◦ blue 115

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

Shades of Rolling Stone #6D7573

Tints of Rolling Stone #6D7573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.31%

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 31.96%
G = 34.31%
B = 33.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#6D7573 (or 0x6D7573) is known color: Rolling Stone. HEX triplet: 6D, 75 and 73. RGB value is (109,117,115). Sum of RGB (Red+Green+Blue) = 109+117+115=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7573 is #928A8C. Grayscale: #727272. Windows color (decimal): -9603725 or 7566701. OLE color: 7566701.

HSL color Cylindrical-coordinate representation of color #6D7573: hue angle of 165º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6D7573 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 117 115 -
CMYK 0.07 0 0.02 0.54
HSL 165º 0.04% 0.44% -
HSV(B) 165º 0.07% 0.46% -
XYZ 15.76 17.21 18.71 -
YUV 114.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 109 117 115 0.07 0 0.02 0.54 165 0.04 0.44
Hex 6D 75 73 7 0 2 36 A5 4 2C
Octal 155 165 163 7 0 2 66 245 4 54
Binary 1101101 1110101 1110011 111 0 10 110110 10100101 100 101100

Color Harmonies of #6D7573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7573

Black with #6D7573

Text Example


Text Example

White with #6D7573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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