#66716E

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

Shades of Rolling Stone #66716E

Tints of Rolling Stone #66716E

Color information

#66716E (or 0x66716E) is unknown color: approx Rolling Stone. HEX triplet: 66, 71 and 6E. RGB value is (102,113,110). Sum of RGB (Red+Green+Blue) = 102+113+110=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #66716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66716E is #998E91. Grayscale: #6D6D6D. Windows color (decimal): -10063506 or 7237990. OLE color: 7237990.

HSL color Cylindrical-coordinate representation of color #66716E: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #66716E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB102113110-
CMYK0.1000.030.56
HSL163.64º5.12%42.16%-
HSV(B)163.64º9.73%44.31%-
XYZ14.215.7617.05-
YUV109.37128.36122.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=31.38%
G=34.77%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1021131100.1000.030.56163.645.1242.16
Hex66716EA0338a452a
Octal146161156120370244552
Binary110011011100011101110101001111100010100100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66716E; }

 p { color: rgb(102,113,110); }

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

<style>
 a { background-color: #66716E; }

 a { background-color: rgb(102,113,110); }

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

<style>
 span { border-color: #66716E; }

 span { border-color: rgb(102,113,110); }

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