#66736F

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

Shades of Rolling Stone #66736F

Tints of Rolling Stone #66736F

Color information

#66736F (or 0x66736F) is unknown color: approx Rolling Stone. HEX triplet: 66, 73 and 6F. RGB value is (102,115,111). Sum of RGB (Red+Green+Blue) = 102+115+111=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 115 - color contains mainly: green. Hex color #66736F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66736F is #998C90. Grayscale: #6E6E6E. Windows color (decimal): -10062993 or 7304038. OLE color: 7304038.

HSL color Cylindrical-coordinate representation of color #66736F: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #66736F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB102115111-
CMYK0.1100.030.55
HSL161.54º5.99%42.55%-
HSV(B)161.54º11.3%45.1%-
XYZ14.4816.2317.41-
YUV110.66128.19121.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 115 (45.31% from 255) = 35.06%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=31.10%
G=35.06%
B=33.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021151110.1100.030.55161.545.9942.55
Hex66736FB0337a262b
Octal146163157130367242653
Binary110011011100111101111101101111011110100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66736F; }

 p { color: rgb(102,115,111); }

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

<style>
 a { background-color: #66736F; }

 a { background-color: rgb(102,115,111); }

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

<style>
 span { border-color: #66736F; }

 span { border-color: rgb(102,115,111); }

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