#667571

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

Shades of Rolling Stone #667571

Tints of Rolling Stone #667571

Color information

#667571 (or 0x667571) is unknown color: approx Rolling Stone. HEX triplet: 66, 75 and 71. RGB value is (102,117,113). Sum of RGB (Red+Green+Blue) = 102+117+113=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 117 - color contains mainly: green. Hex color #667571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667571 is #998A8E. Grayscale: #707070. Windows color (decimal): -10062479 or 7435622. OLE color: 7435622.

HSL color Cylindrical-coordinate representation of color #667571: hue angle of 164º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #667571 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB102117113-
CMYK0.1300.030.54
HSL164º6.85%42.94%-
HSV(B)164º12.82%45.88%-
XYZ14.8216.7418.07-
YUV112.06128.53120.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.72%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=30.72%
G=35.24%
B=34.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021171130.1300.030.541646.8542.94
Hex667571D0336a472b
Octal146165161150366244753
Binary110011011101011110001110101111011010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667571; }

 p { color: rgb(102,117,113); }

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

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

 a { background-color: rgb(102,117,113); }

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

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

 span { border-color: rgb(102,117,113); }

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