#66817D

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

Shades of Rolling Stone #66817D

Tints of Rolling Stone #66817D

Color information

#66817D (or 0x66817D) is unknown color: approx Rolling Stone. HEX triplet: 66, 81 and 7D. RGB value is (102,129,125). Sum of RGB (Red+Green+Blue) = 102+129+125=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #66817D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66817D is #997E82. Grayscale: #787878. Windows color (decimal): -10059395 or 8225126. OLE color: 8225126.

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

Color convert

RGB102129125-
CMYK0.2100.030.49
HSL171.11º11.69%45.29%-
HSV(B)171.11º20.93%50.59%-
XYZ17.0320.0122.37-
YUV120.47130.55114.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 129 (50.78% from 255) = 36.24%
BLUE value IS 125 (49.22% from 255) = 35.11%
R=28.65%
G=36.24%
B=35.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021291250.2100.030.49171.1111.6945.29
Hex66817D150331abc2d
Octal1462011752503612531455
Binary110011010000001111110110101011110001101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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