#6D7572

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

Shades of Rolling Stone #6D7572

Tints of Rolling Stone #6D7572

Color information

#6D7572 (or 0x6D7572) is unknown color: approx Rolling Stone. HEX triplet: 6D, 75 and 72. RGB value is (109,117,114). Sum of RGB (Red+Green+Blue) = 109+117+114=340 (45% of max value = 765). Red value is 109 (42.97% from 255 or 32.06% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 114 (44.92% from 255 or 33.53% from 340); Max value from RGB is 117 - color contains mainly: green. Hex color #6D7572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7572 is #928A8D. Grayscale: #727272. Windows color (decimal): -9603726 or 7501165. OLE color: 7501165.

HSL color Cylindrical-coordinate representation of color #6D7572: hue angle of 157.5º 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 #6D7572 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB109117114-
CMYK0.0700.030.54
HSL157.5º3.54%44.31%-
HSV(B)157.5º6.84%45.88%-
XYZ15.7117.1918.41-
YUV114.27127.85124.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.06%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 114 (44.92% from 255) = 33.53%
R=32.06%
G=34.41%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1091171140.0700.030.54157.53.5444.31
Hex6D7572703369e42c
Octal15516516270366236454
Binary11011011110101111001011101111011010011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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