#668380

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

Shades of Rolling Stone #668380

Tints of Rolling Stone #668380

Color information

#668380 (or 0x668380) is unknown color: approx Rolling Stone. HEX triplet: 66, 83 and 80. RGB value is (102,131,128). Sum of RGB (Red+Green+Blue) = 102+131+128=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 131 - color contains mainly: green. Hex color #668380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668380 is #997C7F. Grayscale: #797979. Windows color (decimal): -10058880 or 8422246. OLE color: 8422246.

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

Color convert

RGB102131128-
CMYK0.2200.020.49
HSL173.79º12.45%45.69%-
HSV(B)173.79º22.14%51.37%-
XYZ17.4920.6223.48-
YUV121.99131.39113.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 131 (51.56% from 255) = 36.29%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=28.25%
G=36.29%
B=35.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021311280.2200.020.49173.7912.4545.69
Hex668380160231aec2e
Octal1462032002602612561456
Binary1100110100000111000000010110010110001101011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668380; }

 p { color: rgb(102,131,128); }

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

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

 a { background-color: rgb(102,131,128); }

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

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

 span { border-color: rgb(102,131,128); }

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