#66827F

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

Shades of Rolling Stone #66827F

Tints of Rolling Stone #66827F

Color information

#66827F (or 0x66827F) is unknown color: approx Rolling Stone. HEX triplet: 66, 82 and 7F. RGB value is (102,130,127). Sum of RGB (Red+Green+Blue) = 102+130+127=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 130 - color contains mainly: green. Hex color #66827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66827F is #997D80. Grayscale: #797979. Windows color (decimal): -10059137 or 8356454. OLE color: 8356454.

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

Color convert

RGB102130127-
CMYK0.2200.020.49
HSL173.57º12.07%45.49%-
HSV(B)173.57º21.54%50.98%-
XYZ17.2920.3223.09-
YUV121.29131.22114.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 127 (50% from 255) = 35.38%
R=28.41%
G=36.21%
B=35.38%

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
Decimal1021301270.2200.020.49173.5712.0745.49
Hex66827F160231aec2d
Octal1462021772602612561455
Binary110011010000010111111110110010110001101011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,130,127); }

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

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

 a { background-color: rgb(102,130,127); }

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

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

 span { border-color: rgb(102,130,127); }

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