Html Css Color HEX #6D706F Rolling Stone

📋 copy color: '#6D706F'

red 109 ◦ green 112 ◦ blue 111

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

Shades of Rolling Stone #6D706F

Tints of Rolling Stone #6D706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.43%

R = 32.83%
G = 33.73%
B = 33.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#6D706F (or 0x6D706F) is known color: Rolling Stone. HEX triplet: 6D, 70 and 6F. RGB value is (109,112,111). Sum of RGB (Red+Green+Blue) = 109+112+111=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 112 - color contains mainly: green. Hex color #6D706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D706F is #928F90. Grayscale: #6E6E6E. Windows color (decimal): -9605009 or 7303277. OLE color: 7303277.

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

Color convert

RGB 109 112 111 -
CMYK 0.03 0 0.01 0.56
HSL 160º 0.01% 0.43% -
HSV(B) 160º 0.03% 0.44% -
XYZ 14.97 15.99 17.34 -
YUV 110.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 109 112 111 0.03 0 0.01 0.56 160 0.01 0.43
Hex 6D 70 6F 3 0 1 38 A0 1 2B
Octal 155 160 157 3 0 1 70 240 1 53
Binary 1101101 1110000 1101111 11 0 1 111000 10100000 1 101011

Color Harmonies of #6D706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D706F

Black with #6D706F

Text Example


Text Example

White with #6D706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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