#666C6A

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

Shades of Rolling Stone #666C6A

Tints of Rolling Stone #666C6A

Color information

#666C6A (or 0x666C6A) is unknown color: approx Rolling Stone. HEX triplet: 66, 6C and 6A. RGB value is (102,108,106). Sum of RGB (Red+Green+Blue) = 102+108+106=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 108 - color contains mainly: green. Hex color #666C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C6A is #999395. Grayscale: #696969. Windows color (decimal): -10064790 or 6974566. OLE color: 6974566.

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

Color convert

RGB102108106-
CMYK0.0600.020.58
HSL160º2.86%41.18%-
HSV(B)160º5.56%42.35%-
XYZ13.4414.5915.74-
YUV105.98128.01125.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=32.28%
G=34.18%
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.58
SystemRedGreenBlueCMYKHSL
Decimal1021081060.0600.020.581602.8641.18
Hex666C6A6023Aa0329
Octal14615415260272240351
Binary1100110110110011010101100101110101010000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666C6A; }

 p { color: rgb(102,108,106); }

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

<style>
 a { background-color: #666C6A; }

 a { background-color: rgb(102,108,106); }

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

<style>
 span { border-color: #666C6A; }

 span { border-color: rgb(102,108,106); }

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