#66807B

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

Shades of Rolling Stone #66807B

Tints of Rolling Stone #66807B

Color information

#66807B (or 0x66807B) is unknown color: approx Rolling Stone. HEX triplet: 66, 80 and 7B. RGB value is (102,128,123). Sum of RGB (Red+Green+Blue) = 102+128+123=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 123 (48.44% from 255 or 34.84% from 353); Max value from RGB is 128 - color contains mainly: green. Hex color #66807B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66807B is #997F84. Grayscale: #777777. Windows color (decimal): -10059653 or 8093798. OLE color: 8093798.

HSL color Cylindrical-coordinate representation of color #66807B: hue angle of 168.46º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #66807B is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB102128123-
CMYK0.2000.040.50
HSL168.46º11.3%45.1%-
HSV(B)168.46º20.31%50.2%-
XYZ16.7719.6921.66-
YUV119.66129.89115.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 128 (50.39% from 255) = 36.26%
BLUE value IS 123 (48.44% from 255) = 34.84%
R=28.90%
G=36.26%
B=34.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021281230.2000.040.50168.4611.345.1
Hex66807B140432a8b2d
Octal1462001732404622501355
Binary1100110100000001111011101000100110010101010001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66807B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66807B; }

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

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

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

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

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

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

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

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