Html Css Color HEX #676F6D Rolling Stone

📋 copy color: '#676F6D'

red 103 ◦ green 111 ◦ blue 109

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

Shades of Rolling Stone #676F6D

Tints of Rolling Stone #676F6D

RGB

 RED value IS 103 (40.63% from 255) = 31.89%

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 109 (42.97% from 255) = 33.75%

R = 31.89%
G = 34.37%
B = 33.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#676F6D (or 0x676F6D) is known color: Rolling Stone. HEX triplet: 67, 6F and 6D. RGB value is (103,111,109). Sum of RGB (Red+Green+Blue) = 103+111+109=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 111 - color contains mainly: green. Hex color #676F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676F6D is #989092. Grayscale: #6C6C6C. Windows color (decimal): -9998483 or 7171943. OLE color: 7171943.

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

Color convert

RGB 103 111 109 -
CMYK 0.07 0 0.02 0.56
HSL 165º 0.04% 0.42% -
HSV(B) 165º 0.07% 0.44% -
XYZ 14.04 15.36 16.69 -
YUV 108.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 103 111 109 0.07 0 0.02 0.56 165 0.04 0.42
Hex 67 6F 6D 7 0 2 38 A5 4 2A
Octal 147 157 155 7 0 2 70 245 4 52
Binary 1100111 1101111 1101101 111 0 10 111000 10100101 100 101010

Color Harmonies of #676F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676F6D

Black with #676F6D

Text Example


Text Example

White with #676F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676F6D; }

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

 H1.HeaderClassName
 {
   color: #676F6D;
 }
 .AnyTagClassName
 {
   color: #676F6D;
 }
</style>

background-color css

<style>
 a { background-color: #676F6D; }

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

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

border-color css

<style>
 span { border-color: #676F6D; }

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

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