#66827D

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

Shades of Rolling Stone #66827D

Tints of Rolling Stone #66827D

Color information

#66827D (or 0x66827D) is unknown color: approx Rolling Stone. HEX triplet: 66, 82 and 7D. RGB value is (102,130,125). Sum of RGB (Red+Green+Blue) = 102+130+125=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 130 - color contains mainly: green. Hex color #66827D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66827D is #997D82. Grayscale: #797979. Windows color (decimal): -10059139 or 8225382. OLE color: 8225382.

HSL color Cylindrical-coordinate representation of color #66827D: hue angle of 169.29º 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 #66827D is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB102130125-
CMYK0.2200.040.49
HSL169.29º12.07%45.49%-
HSV(B)169.29º21.54%50.98%-
XYZ17.1620.2722.41-
YUV121.06130.22114.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.57%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=28.57%
G=36.41%
B=35.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301250.2200.040.49169.2912.0745.49
Hex66827D160431a9c2d
Octal1462021752604612511455
Binary1100110100000101111101101100100110001101010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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