#676D6B

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

Shades of Rolling Stone #676D6B

Tints of Rolling Stone #676D6B

Color information

#676D6B (or 0x676D6B) is unknown color: approx Rolling Stone. HEX triplet: 67, 6D and 6B. RGB value is (103,109,107). Sum of RGB (Red+Green+Blue) = 103+109+107=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 109 - color contains mainly: green. Hex color #676D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D6B is #989294. Grayscale: #6A6A6A. Windows color (decimal): -9998997 or 7040359. OLE color: 7040359.

HSL color Cylindrical-coordinate representation of color #676D6B: hue angle of 160º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676D6B is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB103109107-
CMYK0.0600.020.57
HSL160º2.83%41.57%-
HSV(B)160º5.5%42.75%-
XYZ13.7214.8816.06-
YUV106.98128.01125.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 107 (42.19% from 255) = 33.54%
R=32.29%
G=34.17%
B=33.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031091070.0600.020.571602.8341.57
Hex676D6B60239a032a
Octal14715515360271240352
Binary1100111110110111010111100101110011010000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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