#66827B

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

Shades of Rolling Stone #66827B

Tints of Rolling Stone #66827B

Color information

#66827B (or 0x66827B) is unknown color: approx Rolling Stone. HEX triplet: 66, 82 and 7B. RGB value is (102,130,123). Sum of RGB (Red+Green+Blue) = 102+130+123=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 130 (51.17% from 255 or 36.62% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 130 - color contains mainly: green. Hex color #66827B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66827B is #997D84. Grayscale: #787878. Windows color (decimal): -10059141 or 8094310. OLE color: 8094310.

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

Color convert

RGB102130123-
CMYK0.2200.050.49
HSL165º12.07%45.49%-
HSV(B)165º21.54%50.98%-
XYZ17.0420.2221.74-
YUV120.83129.22114.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 130 (51.17% from 255) = 36.62%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=28.73%
G=36.62%
B=34.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301230.2200.050.4916512.0745.49
Hex66827B160531a5c2d
Octal1462021732605612451455
Binary1100110100000101111011101100101110001101001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66827B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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