#66817E

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

Shades of Rolling Stone #66817E

Tints of Rolling Stone #66817E

Color information

#66817E (or 0x66817E) is unknown color: approx Rolling Stone. HEX triplet: 66, 81 and 7E. RGB value is (102,129,126). Sum of RGB (Red+Green+Blue) = 102+129+126=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 129 - color contains mainly: green. Hex color #66817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66817E is #997E81. Grayscale: #787878. Windows color (decimal): -10059394 or 8290662. OLE color: 8290662.

HSL color Cylindrical-coordinate representation of color #66817E: hue angle of 173.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #66817E is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB102129126-
CMYK0.2100.020.49
HSL173.33º11.69%45.29%-
HSV(B)173.33º20.93%50.59%-
XYZ17.120.0322.7-
YUV120.58131.05114.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 129 (50.78% from 255) = 36.13%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=28.57%
G=36.13%
B=35.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291260.2100.020.49173.3311.6945.29
Hex66817E150231adc2d
Octal1462011762502612551455
Binary110011010000001111111010101010110001101011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66817E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,129,126); }

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

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

 a { background-color: rgb(102,129,126); }

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

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

 span { border-color: rgb(102,129,126); }

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