#656D6B

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

Shades of Rolling Stone #656D6B

Tints of Rolling Stone #656D6B

Color information

#656D6B (or 0x656D6B) is unknown color: approx Rolling Stone. HEX triplet: 65, 6D and 6B. RGB value is (101,109,107). Sum of RGB (Red+Green+Blue) = 101+109+107=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 109 - color contains mainly: green. Hex color #656D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656D6B is #9A9294. Grayscale: #6A6A6A. Windows color (decimal): -10130069 or 7040357. OLE color: 7040357.

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

Color convert

RGB101109107-
CMYK0.0700.020.57
HSL165º3.81%41.18%-
HSV(B)165º7.34%42.75%-
XYZ13.4914.7716.05-
YUV106.38128.35124.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.86%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=31.86%
G=34.38%
B=33.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1011091070.0700.020.571653.8141.18
Hex656D6B70239a5429
Octal14515515370271245451
Binary11001011101101110101111101011100110100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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