#66847D

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

Shades of Rolling Stone #66847D

Tints of Rolling Stone #66847D

Color information

#66847D (or 0x66847D) is unknown color: approx Rolling Stone. HEX triplet: 66, 84 and 7D. RGB value is (102,132,125). Sum of RGB (Red+Green+Blue) = 102+132+125=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #66847D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66847D is #997B82. Grayscale: #7A7A7A. Windows color (decimal): -10058627 or 8225894. OLE color: 8225894.

HSL color Cylindrical-coordinate representation of color #66847D: hue angle of 166º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66847D is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB102132125-
CMYK0.2300.050.48
HSL166º12.82%45.88%-
HSV(B)166º22.73%51.76%-
XYZ17.4320.8122.5-
YUV122.23129.56113.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 132 (51.95% from 255) = 36.77%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=28.41%
G=36.77%
B=34.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321250.2300.050.4816612.8245.88
Hex66847D170530a6d2e
Octal1462041752705602461556
Binary1100110100001001111101101110101110000101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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